From: Randall W. <rh...@ma...> - 2002-03-30 21:26:02
|
Fallout Developers: Can I suggest that all class files in the new core be loaded using "require_once()" instead of "require()"? Seems to me that this has the benefit of not breaking module classes that require their own subclasses. I know that you are discouraging the requiring of classes within module files, but the PEAR coding recommendations and general PHP coding recommendations are that all required files get required wherever they are required to improve reliability and readability. The affected lines in <fallout_root>/index.php (CVS checkout 3/29/02) are lines 22, 23, and 94. -- Randall Wood rh...@ma... |