Taking your development to the next level: Breaking down a beginner/intermediate Drupal module.

Events happening in the community are now at Drupal community events on www.drupal.org.
criticalpatch's picture

Description
In this presentation I will dissect a moderately complex Drupal module from beginning to end. I will discuss not only what hooks and functions are used but also the design considerations behind them. I will also talk about basic through intermediate functions and hooks that you are almost necessarily going to need for building modules, as well as a few that will just make your life easier!

If this sounds like you, you might be interested in my presentation!

  • You know what a hook is, but want to know which ones to use in certain situations.
  • You have written a few simple modules, but are looking to take it to the next level.
  • You want to your code to work harmoniously with Drupal by conforming to standards.

About the Presenter
Jonathan has been a developer for Evolving Web in Montreal for the last 8 months. During this time he has worked on several large projects and developed many useful modules.

Comments

The code for the

pixelite's picture

The code for the taxonomy_revisions module used in this demo can be found here: http://github.com/jonathanpullano/taxonomy_revisions