Delegate methods for WFWebApplication.
This file is used only as a documentation stub. Most of the delegate methods for WFWebApplication are for application-wide settings. HOWEVER, these settings should generally be settings for the application logic itself, NOT deployment configuration that changes between deployment locations (ie DEV, STAGING, PRODUCTION). Deployment configuration settings are in the webapp.conf.
Located in /framework/WFWebApplicationDelegate.php (line 21)
Autoload callback.
Retrieve the default module for the application.
Retreive the default skin delegate to use for the application.
A callback function so that the application can handle uncaught exceptions (ie log to database, email, etc)
A callback function that your application can use to set up application config.
This function is called from the WFWebApplication constructor... life cycle currently goes:
An example of something to do during initialize() is to set up the WFAuthorizationDelegate, and bootstrap your DB connection (ie Propel::init()).
Called just after the session is started.
This gives applications a chance to set up session info.
Called just before the session is started.
This gives applications a chance to twiddle php session config before starting the session.
Documentation generated on Thu, 17 Apr 2008 13:52:15 -0400 by phpDocumentor 1.4.1