diff options
author | xue <> | 2005-12-28 18:31:03 +0000 |
---|---|---|
committer | xue <> | 2005-12-28 18:31:03 +0000 |
commit | 930c51a6d618d487105cd46c517f36c3b1fe3b44 (patch) | |
tree | 16a60f8fcb56dfa613c528b7abc253dcd9204751 /framework | |
parent | faf4aa4f219e3bf6fdac4144112de58d2fdfd131 (diff) |
Diffstat (limited to 'framework')
-rw-r--r-- | framework/Web/UI/TControl.php | 2 |
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>
|