Basics of Drupal, Techniques in drupal, Customizing the Drupal themes, Custom functions in drupal, Does and Dont in Drupal, Interview Question & Answers in Drupal etc.
Tuesday, October 4, 2011
Enabling a module in Drupal
Syntax:
module_enable($list of module name);
Note: You have to give module name insense of array format. You can enable a single or multiple modules at the time.
No comments:
Post a Comment