summaryrefslogtreecommitdiff
path: root/framework/Web
diff options
context:
space:
mode:
authorxue <>2005-12-28 18:31:03 +0000
committerxue <>2005-12-28 18:31:03 +0000
commit930c51a6d618d487105cd46c517f36c3b1fe3b44 (patch)
tree16a60f8fcb56dfa613c528b7abc253dcd9204751 /framework/Web
parentfaf4aa4f219e3bf6fdac4144112de58d2fdfd131 (diff)
Diffstat (limited to 'framework/Web')
-rw-r--r--framework/Web/UI/TControl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/UI/TControl.php b/framework/Web/UI/TControl.php
index dcd48ba2..db25cbfc 100644
--- a/framework/Web/UI/TControl.php
+++ b/framework/Web/UI/TControl.php
@@ -54,7 +54,7 @@
* should be rendered or not.
*
* Each control on a page will undergo a series of lifecycles, including
- * control construction, OnInit, OnLoad, OnPreRender, Render, and OnUnload.
+ * control construction, Init, Load, PreRender, Render, and OnUnload.
* They work together with page lifecycles to process a page request.
*
* @author Qiang Xue <qiang.xue@gmail.com>