[cvs] [Wiki] changed: Horde4/CodingStandards

Matt Selsky selsky at columbia.edu
Thu Jan 1 04:15:59 UTC 2009


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



More information about the cvs mailing list