Abstract methods that might be redefined by user Do not include this file in your app: it only aims to provide documentation about those functions.
An `after` output filter
Called after each request and can apply a transformation to the output (except for `render_file` outputs which are sent directly to the output buffer).
Called in run() just after the route matching, in order to load controllers.
If not specfied, the default function is called:
Called only if rendering $output is_null, like in a controller with no return statement.
Called before each request.
This is very useful to define a default layout or passing common variables to the templates.
Called before stoppping and exiting application.
Rendering prefilter.
Useful if you want to transform your views before rendering. The first three parameters are the same as those provided to the `render` function.
It will be called when app is launched (at the begining of the run function).
You can define options inside it, a connection to a database ...
Called in run() just after session start, and before checking request method and output buffer start.
Not found error output
Called when a route is not found.
Server error output
Documentation generated on Sat, 16 Oct 2010 19:09:43 +0200 by phpDocumentor 1.4.3