From 930c51a6d618d487105cd46c517f36c3b1fe3b44 Mon Sep 17 00:00:00 2001 From: xue <> Date: Wed, 28 Dec 2005 18:31:03 +0000 Subject: --- framework/Web/UI/TControl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/Web') 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 -- cgit v1.2.3