Drupal 7 Module Development - Melbourne AU
The best programmers are lazy programmers. Drupal, more than many other systems holds that maxim to be true. Why do lazy programmers have an advantage?
Because Drupal is not a traditional software framework. It is a framework, but it is a community first and a framework second. There are over ten thousand existing modules to choose from and thousands more blog posts and online resources to copy code from. Add to that a thriving community on IRC channels, forums and commercial support companies like Acquia and there are many ways to find solutions. The last thing you should resort to is writing custom code.
Custom code is expensive to maintain, risky to a project and creates a dependency on the people who wrote it. So while it is necessary to write some code on the vast majority of large Drupal sites, strive to practice configuration before coding. You can accomplish a lot just by picking the right modules and configuring them to suit your needs.
Duration:
2 days
Prerequisites:
Knowledge of PHP, and experience with Drupal site building and site management.
By the end of the training you will be able to:
Understand Drupal's hook system and development architecture
Articulate the construction of 90% of Drupal modules
Insert and extract data using Drupal's core database abstraction layer.
Responsibly modify contributed modules using patches.
Employ and articulate best practices, security techniques, conventions and coding standards

