SGL_FrontControllerApplication controller.
Located in /SGL/FrontController.php (line 51)
customFilterChain (line 153)
getOutputClass (line 65)
Allow SGL_Output with its template methods to be extended.
If you want to work with your own Seagull classes create your own namespace in the seagull/lib directory, ie, seagull/lib/FOO. To override the SGL_Output class you would then create seagull/lib/FOO/Output.php, extend it from SGL_Output and provide the classname "FOO_Output" in "site.customOutputClassName" so it can be loaded automatically.
class FOO_Output extends SGL_Output {}
init (line 245)
loadRequiredFiles (line 270)
run (line 81)
Main invocation, init tasks plus main process.
setupMinimumEnv (line 323)
testDbConnection (line 220)
Documentation generated on Tue, 23 Feb 2010 18:14:30 +0000 by phpDocumentor 1.4.3