Class which handles incoming requests and drives the MVC strategy for building the model and assigning to a view.
Located in /system/classes/controller.php (line 9)
Singleton | --Controller
Handle the requested action by firing off the matched handler action(s)
Returns the action
Returns the base URL
Returns the full requested URL
Returns the action handler
Returns the action handler's variables
Returns the stub in its entirety
A convenience method for returning a handler variable (handler_var).
This includes parameters set on the url, and fields submitted by POST. The alternative to this, while possible to write, is just too long.
Enables singleton working properly
Parses the requested URL. Automatically translates URLs coming in from mod_rewrite and parses out any action and parameters in the slug.
Inherited From Singleton
Singleton::__construct()
Singleton::getInstanceOf()
Singleton::instance()
Documentation generated on Thu, 30 Oct 2008 20:31:07 +0100 by phpDocumentor 1.3.2