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, May 17, 2011
Helper function in Drupal
Helper function is a type of functions used in Drupal. Helper functions are started with underscore to the function name. Ex: _db_query() is an Helper function to db_query() function.
No comments:
Post a Comment