summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-09-06 04:48:30 +0200
committeradmin <devnull@localhost>2006-09-06 04:48:30 +0200
commita16e88387eb0b0d56d7fab44874e63fdead19da4 (patch)
treea77b0e6c051c7ea0dd41375b3e739eac1046d2bc /user_guide
parent2e5872ac0527c342e066bdc2e8facf452858dd39 (diff)
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/general/hooks.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/user_guide/general/hooks.html b/user_guide/general/hooks.html
index a780a5cdd..d71ec5982 100644
--- a/user_guide/general/hooks.html
+++ b/user_guide/general/hooks.html
@@ -142,6 +142,9 @@ Called very early during system execution. Only the benchmark and hooks class h
<li><strong>pre_controller</strong><br />
Called immediately prior to any of your controllers being called. All base classes, routing, and security checks have been done.</li>
+<li><strong>post_controller_constructor</strong><br />
+Called immediately after the controller is instantiated, but prior to any method calls happen.</li>
+
<li><strong>post_controller</strong><br />
Called immediately after the controller is called.</li>