From 97991dea453f103aba63ab1a1818e434c93c1ee8 Mon Sep 17 00:00:00 2001 From: xue <> Date: Thu, 8 Jun 2006 00:23:18 +0000 Subject: minor doc fixes. --- demos/quickstart/protected/pages/Controls/NewControl.page | 2 +- framework/PradoBase.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demos/quickstart/protected/pages/Controls/NewControl.page b/demos/quickstart/protected/pages/Controls/NewControl.page index c2640a33..54465ff7 100644 --- a/demos/quickstart/protected/pages/Controls/NewControl.page +++ b/demos/quickstart/protected/pages/Controls/NewControl.page @@ -122,7 +122,7 @@ Other important properties and methods include:
  • Attributes - collection of custom attributes. This is useful for allowing users to specify attributes of the output HTML elements that are not covered by control properties.
  • getViewState() and setViewState() - these methods are commonly used for defining properties that are stored in viewstate.
  • saveState() and loadState() - these two methods can be overriden to provide last step state saving and loading.
  • -
  • Control lifecycles - Life page lifecycles, controls also have lifecycles. Each control undergoes the following lifecycles in order: constructor, onInit(), onLoad(), onPreRender(), render(), and onUnload. More details can be found in the page section.
  • +
  • Control lifecycles - Like pages, controls also have lifecycles. Each control undergoes the following lifecycles in order: constructor, onInit(), onLoad(), onPreRender(), render(), and onUnload. More details can be found in the page section.
  • Extending TWebControl

    diff --git a/framework/PradoBase.php b/framework/PradoBase.php index cf6b4592..3749bd50 100644 --- a/framework/PradoBase.php +++ b/framework/PradoBase.php @@ -90,7 +90,7 @@ class PradoBase /** * Class autoload loader. - * This method is provided to be invoked within an __auload() magic method. + * This method is provided to be invoked within an __autoload() magic method. * @param string class name */ public static function autoload($className) -- cgit v1.2.3