Last updated July 18, 2011. Created by chrisshattuck on September 4, 2009.
Log in to edit this page.
This expanding video series from Build a Module.com takes you from building your first module, to securing and testing your code. These videos focus on getting new Drupal developers up to speed with development as quickly as possible using real-world examples from Drupal's top contributors.The videos listed below are free, but there are several additional premium videos on the site that complete the series.
Comments
Hook or Hack?
The drupal system is based on replacement of functions.
It is rather Hack than Hook.
So module, phptemplate engine, and the themes have actually the same functionality?