[cvs] [Wiki] changed: BCBreakingHordeIssues

Chuck Hagenbuch chuck at horde.org
Mon Aug 14 05:56:11 PDT 2006


chuck  Mon, 14 Aug 2006 05:56:11 -0700

Modified page: http://wiki.horde.org/BCBreakingHordeIssues
New Revision:  2.10
Change log:  link to php userland naming guide

@@ -24,9 +24,9 @@
  * Add a single function for changing the language (handle the bindTextDomain() call also)
  * Make MIME::_rfc822encode() a public function.
  * Remove app-specific 'open_calendar.js' files and extra code in Horde's open_calendar.js.
  * Remove hack to fix app-specific Notification_Listeners that output <p> instead of <li> (in Notification/Listender/status.php).
-* Prefix all classes with Horde_ that don't have that prefix yet.
+* Prefix all classes with Horde_ that don't have that prefix yet (also see http://www.php.net/manual/en/userlandnaming.php).
  
  ++ To discuss
  * use __autoload() instead of require_once
   * Using a global __autoload() function is not good practice for a framework because you can only have one __autoload function - I'm not in favor of it (ChuckHagenbuch).


More information about the cvs mailing list