Using drupal_static() on your helper functions is a great habit to get into when developing your modules. Drupal static ensures that your function will only run through its logic once during the bootstrap process.
In this installment of our case study about working with long term projects I will explain the architectural decisions made by our client, ZEIT ONLINE, regarding the
Let's keep getting the most useful web development tips from InternetDevels developers.Here's the first blog post about Neo4j in which you will learn the