Drupal Module Development for Computer & Network Consultants Ltd
We have been busy creating custom Drupal modules for CNC’s new web site.
There was a learning curve but you soon get the hang of the Drupal way of doing things with the various hooks and call-backs available to you. The best thing about coding with Drupal is the readability and maintainability of the code you can produce and the fact you isolate your custom code in a module directory away from the core Drupal code. It’s also easy to work out the Drupal way of structuring your program by looking at the core code. Once you know the ropes you can develop new functionality very rapidly indeed!

