From 705737294ee53b5b1a2f2a832a20ee3bd11691ab Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Sat, 26 Oct 2013 10:33:18 +0200 Subject: Small fix for the quickstart tutorial --- demos/quickstart/protected/pages/GettingStarted/HelloWorld.page | 1 + 1 file changed, 1 insertion(+) (limited to 'demos/quickstart/protected/pages/GettingStarted') diff --git a/demos/quickstart/protected/pages/GettingStarted/HelloWorld.page b/demos/quickstart/protected/pages/GettingStarted/HelloWorld.page index c69921f8..557aa46d 100755 --- a/demos/quickstart/protected/pages/GettingStarted/HelloWorld.page +++ b/demos/quickstart/protected/pages/GettingStarted/HelloWorld.page @@ -60,6 +60,7 @@ $application->run(); // run the application
  • Home.php - page class for the Home page. It mainly contains the method responding to the OnClick event of the button. +