From f973b8515d0d45e4308d061e0a4b6a900fdb2b83 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sat, 25 Nov 2006 13:20:23 +0000 Subject: fixed #462. --- demos/quickstart/protected/pages/Controls/Repeater.page | 2 +- demos/quickstart/protected/pages/GettingStarted/Introduction.page | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'demos/quickstart') diff --git a/demos/quickstart/protected/pages/Controls/Repeater.page b/demos/quickstart/protected/pages/Controls/Repeater.page index d8f3fd0a..3534c603 100644 --- a/demos/quickstart/protected/pages/Controls/Repeater.page +++ b/demos/quickstart/protected/pages/Controls/Repeater.page @@ -19,7 +19,7 @@ To populate data into the repeater items, set DataSource to a valid dat

class MyPage extends TPage { - protected function onLoad($param) { + public function onLoad($param) { parent::onLoad($param); if(!$this->IsPostBack) { $this->Repeater->DataSource=$data; diff --git a/demos/quickstart/protected/pages/GettingStarted/Introduction.page b/demos/quickstart/protected/pages/GettingStarted/Introduction.page index e52f4acf..52b7d9af 100644 --- a/demos/quickstart/protected/pages/GettingStarted/Introduction.page +++ b/demos/quickstart/protected/pages/GettingStarted/Introduction.page @@ -1,16 +1,17 @@

Welcome to the PRADO Quickstart Tutorial

-This Quickstart tutorial is provided to help you quickly start building your own Web applications based on PRADO version 3.0. +This Quickstart tutorial is provided to help you quickly start building your own Web applications based on PRADO version 3.x.

You may refer to the following resources if you find this tutorial does not fulfill all your needs.

\ No newline at end of file -- cgit v1.2.3