[commits] [Wiki] changed: Doc/Dev/ConversionH4

Jan Schneider jan at horde.org
Tue Aug 30 19:16:40 UTC 2011


jan  Tue, 30 Aug 2011 19:16:40 +0000

Modified page: http://wiki.horde.org/Doc/Dev/ConversionH4
New Revision:  1.24
Change log:  App initialization

@@ -111,8 +111,17 @@
  Also note this policy change from H3:
  "Do note that doing something like grabbing an image dir and then  
manually appending various image names to it is NOT supported in H4."

  Generating <img> tags of non-static images, e.g. the script files  
from horde/services/images/ through Horde::img() is not supported  
anymore.
+
+++ Initialization
+
+Controller scripts are now initialized by:
+
+<code type="php">
+require_once dirname(__FILE__) . '/lib/Application.php';
+Horde_Registry::appInit('appname');
+</code>

  ++ Injector Usage

  Various Horde libraries now must be loaded via the injector.



More information about the commits mailing list