简体   繁体   中英

Drupal 6 module development

Hi
I am going to develop Drupal 6 module, could someone please advise some reference about how to develop Drupal 6 module to me.

Thanks you

A similar Stack Overflow question, Good drupal books/resources for programmers/developers? , contains a lot of useful responses. Personally, if I could have only one resource, I'd want the Pro Drupal Development book.

Beyond that, check out the Examples for Developers project and/or read the code of the modules that ship with Drupal core , for examples of how to do the basics. Those modules get lots of review and are good examples of the Drupal coding standards .

http://drupal.org/developing/modules此链接具有许多链接,可以满足您的好奇心。

if you know write php already and you want to know basic step for the create a module from Drupal you can reffer the link http://drupallearn.blogspot.com/2011/10/create-custom-modules-on-drupal-create.html you have to write your own code in module file. hope this will be help.

Lullabot has a very long video specifically on module development.

While a book (go for Pro Drupal Development!) is often easier for reference and can adjust to your speed, I've found that videos really augment the learning experience. It's easier to remember things (that's what voice does), and you follow the process of the developer/lecturer, which can be very beneficial in it's own right.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM