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

Ralf Lang (B1 Systems GmbH) lang at b1-systems.de
Wed Oct 10 21:55:13 UTC 2018


rlang  Wed, 10 Oct 2018 21:55:13 +0000

Modified page: https://wiki.horde.org/Doc/Dev/Horde_Controller
New Revision:  4
Change log:  Where horde looks for custom SettingsExporter classes

@@ -4,8 +4,12 @@

  Documentation on using Horde_Controller

  ++ General Info
+
+Horde uses a lot of behind-the-scenes magic to glue together  
controller based request processing. In normal cases, the application  
developer only needs to create a routes configuration file entry and a  
controller class, horde will handle the rest.
+To add custom pre and post filters to a controller, just add the  
corresponding $app_$controller_SettingsExporter class to the  
app/settings dir.
+On this page, developers of specialised endpoints (RPC, REST, etc)  
can read up on how the pieces work together.

  ++ General flow of processing

  A request object (Interface Horde_Request) is generated from server  
variables.



More information about the commits mailing list