Closed (fixed)
Project:
Workflow
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
29 Jul 2008 at 16:16 UTC
Updated:
19 Aug 2008 at 02:03 UTC
Modules for Drupal 6 normally put the menu callbacks in <module_name>.admin.inc (administration pages), and <module_name>.pages.inc (other pages).
This reduce the code the PHP interpreter must parse when the module is loaded (which happens all time Drupal bootstraps), and it makes Drupal faster (the <module_name>.module is always included, whenever the module does something, or it does nothing at all).
Comments
Comment #1
jvandyk commentedDone.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.