diff options
author | Derek Jones <derek.jones@ellislab.com> | 2010-03-11 16:13:34 +0100 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2010-03-11 16:13:34 +0100 |
commit | cf579558fa8c1e20af748146e4fe196d7c772c34 (patch) | |
tree | 2819713c70ae9bac26c9a4801337c48a40d00c56 /user_guide/general/hooks.html | |
parent | 2ede2f6e8e9f2cde7402a88906d091011f7885ec (diff) |
full on scaffolding removal
Diffstat (limited to 'user_guide/general/hooks.html')
-rw-r--r-- | user_guide/general/hooks.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/user_guide/general/hooks.html b/user_guide/general/hooks.html index 1cda08e65..440723805 100644 --- a/user_guide/general/hooks.html +++ b/user_guide/general/hooks.html @@ -143,8 +143,6 @@ $hook['pre_controller']<kbd>[]</kbd> = array(<br /> use your own display methodology. Note that you will need to reference the CI superobject with <dfn>$this->CI =& get_instance()</dfn> and then the finalized data will be available by calling <dfn>$this->CI->output->get_output()</dfn></li> <li><strong>cache_override</strong><br /> Enables you to call your own function instead of the <dfn>_display_cache()</dfn> function in the output class. This permits you to use your own cache display mechanism.</li> - <li><strong>scaffolding_override</strong><br /> - Permits a scaffolding request to trigger your own script instead.</li> <li><strong>post_system</strong><br /> Called after the final rendered page is sent to the browser, at the end of system execution after the finalized data is sent to the browser.</li> </ul> |