From a16e88387eb0b0d56d7fab44874e63fdead19da4 Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 6 Sep 2006 02:48:30 +0000 Subject: --- user_guide/general/hooks.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'user_guide/general/hooks.html') 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
  • pre_controller
    Called immediately prior to any of your controllers being called. All base classes, routing, and security checks have been done.
  • +
  • post_controller_constructor
    +Called immediately after the controller is instantiated, but prior to any method calls happen.
  • +
  • post_controller
    Called immediately after the controller is called.
  • -- cgit v1.2.3-24-g4f1b