From c95e5b62084b49ae7b51e5b6848327e82ac15c87 Mon Sep 17 00:00:00 2001 From: xue <> Date: Wed, 18 Jan 2006 02:52:10 +0000 Subject: Added entry scripts to demos to make use of pradolite.php. --- .gitattributes | 2 ++ demos/composer/index.php | 3 +++ demos/composer/index2.php | 18 ++++++++++++++++++ demos/quickstart/index.php | 3 +++ demos/quickstart/index2.php | 18 ++++++++++++++++++ 5 files changed, 44 insertions(+) create mode 100644 demos/composer/index2.php create mode 100644 demos/quickstart/index2.php diff --git a/.gitattributes b/.gitattributes index 0c5aa5cc..763dd129 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,6 @@ * text=auto !eol demos/composer/index.php -text +demos/composer/index2.php -text demos/composer/protected/pages/ClassDefinition.php -text demos/composer/protected/pages/Home.page -text demos/composer/protected/pages/Home.php -text @@ -19,6 +20,7 @@ demos/personal/themes/BlueTheme/buttons.skin -text demos/personal/themes/BlueTheme/icon_profile.gif -text demos/personal/themes/BlueTheme/labels.skin -text demos/quickstart/index.php -text +demos/quickstart/index2.php -text demos/quickstart/protected/.htaccess -text demos/quickstart/protected/application.xml -text demos/quickstart/protected/controls/Layout.php -text diff --git a/demos/composer/index.php b/demos/composer/index.php index 04695b16..43c0b436 100644 --- a/demos/composer/index.php +++ b/demos/composer/index.php @@ -3,9 +3,12 @@ $basePath=dirname(__FILE__); $frameworkPath=$basePath.'/../../framework/prado.php'; $assetsPath=$basePath.'/assets'; +$runtimePath=$basePath.'/protected/runtime'; if(!is_writable($assetsPath)) die("Please make sure that the directory $assetsPath is writable by Web server process."); +if(!is_writable($runtimePath)) + die("Please make sure that the directory $runtimePath is writable by Web server process."); require_once($frameworkPath); diff --git a/demos/composer/index2.php b/demos/composer/index2.php new file mode 100644 index 00000000..f3d8dd90 --- /dev/null +++ b/demos/composer/index2.php @@ -0,0 +1,18 @@ +run(); + +?> \ No newline at end of file diff --git a/demos/quickstart/index.php b/demos/quickstart/index.php index 04695b16..43c0b436 100644 --- a/demos/quickstart/index.php +++ b/demos/quickstart/index.php @@ -3,9 +3,12 @@ $basePath=dirname(__FILE__); $frameworkPath=$basePath.'/../../framework/prado.php'; $assetsPath=$basePath.'/assets'; +$runtimePath=$basePath.'/protected/runtime'; if(!is_writable($assetsPath)) die("Please make sure that the directory $assetsPath is writable by Web server process."); +if(!is_writable($runtimePath)) + die("Please make sure that the directory $runtimePath is writable by Web server process."); require_once($frameworkPath); diff --git a/demos/quickstart/index2.php b/demos/quickstart/index2.php new file mode 100644 index 00000000..f3d8dd90 --- /dev/null +++ b/demos/quickstart/index2.php @@ -0,0 +1,18 @@ +run(); + +?> \ No newline at end of file -- cgit v1.2.3