diff options
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> |