[Wiki] changed: Horde4/CodingStandards
Matt Selsky <[email protected]>
| Newsgroups | gmane.comp.horde.cvs |
|---|---|
| Message-ID | <[email protected]> |
selsky Wed, 31 Dec 2008 23:15:59 -0500 Modified page: http://wiki.horde.org/Horde4/CodingStandards New Revision: 1.2 Change log: remove junk from autoloader paragraph @@ -216,10 +216,10 @@ Including Code ============== You should not explicitly include or require classes. Horde provides an -cause a parse error if included twice, the class should be autoloaded. This -will allow maximum flexibility in managing class libraries +autoloader library, so the class should be autoloaded. This +will allow maximum flexibility in managing class libraries. For all other includes (configuration files, data files, etc.) use `include`_. .. _autoload: http://php.net/autoload -- To unsubscribe, mail: [email protected]