From a5467e842316daf6a8a4345740f05a9731167ce1 Mon Sep 17 00:00:00 2001
From: xue <>
Date: Sat, 23 Sep 2006 01:51:57 +0000
Subject: merge from 3.0 branch till 1435.
---
.../pages/GettingStarted/CommandLine.page | 107 +++++++++++++++++++++
.../protected/pages/GettingStarted/HelloWorld.page | 8 ++
2 files changed, 115 insertions(+)
create mode 100644 demos/quickstart/protected/pages/GettingStarted/CommandLine.page
(limited to 'demos/quickstart/protected/pages/GettingStarted')
diff --git a/demos/quickstart/protected/pages/GettingStarted/CommandLine.page b/demos/quickstart/protected/pages/GettingStarted/CommandLine.page
new file mode 100644
index 00000000..c2050246
--- /dev/null
+++ b/demos/quickstart/protected/pages/GettingStarted/CommandLine.page
@@ -0,0 +1,107 @@
+ The optional prado-cli.php PHP script file in the framework
+directory provides command line tools to perform various tendious taks in Prado.
+The prado-cli.php can be used to create Prado project skeletons, create
+initial test fixtures, and access to an interactive PHP shell.
+
+To use the command line tool, you need to use your command prompt, command console
+or terminal. In addition, PHP must be able to execute PHP scripts from
+the command line.
+
+If you type php path/to/framework/prado-cli.php, you should see
+the following information. Alternatively, if you are not on Windows,
+you may try to change the prado-cli.php into an executable
+and execute it as a script The <parameter> are required parameters and [optional]
+are optional parameters. To create a Prado project skeleton, do the following:
+The interactive shell allows you to evaluate PHP statements from te command line.
+The prado-cli.php script can be used to start the shell and load an existing
+Prado project. For example, let us load the blog demo project. Assume that your
+command line is in the prado distribution directory and you type.
+
+Command Line Tool
+Requirements
+Usage
+Creating a new Prado project skeleton
+
+
+
+
+Interactive Shell
+
The three files that we need are explained as follows.
-- cgit v1.2.3