In the previous blog we saw how to
1. Create and delete tables when the modules are installed or uninstalled
2. Updating a table once the module is in use. This allows for applying patches easily
In this blog we will see two other aspects of the Drupal database layer
1. Writing secure SQL to avoid SQL injection
2. Reading from a database and iterating over results Read more »