From 1c32172efb18e8d08ea483e2460813670ebfe1a5 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sat, 30 Sep 2006 18:40:40 +0000 Subject: merge from 3.0 branch till 1451. --- .../quickstart/protected/pages/GettingStarted/CommandLine.page | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'demos/quickstart/protected/pages/GettingStarted/CommandLine.page') diff --git a/demos/quickstart/protected/pages/GettingStarted/CommandLine.page b/demos/quickstart/protected/pages/GettingStarted/CommandLine.page index c2050246..cf204a40 100644 --- a/demos/quickstart/protected/pages/GettingStarted/CommandLine.page +++ b/demos/quickstart/protected/pages/GettingStarted/CommandLine.page @@ -1,18 +1,18 @@ -

Command Line Tool

+

Command Line Tool

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.

-

Requirements

+

Requirements

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.

-

Usage

+

Usage

If you type php path/to/framework/prado-cli.php, you should see the following information. Alternatively, if you are not on Windows, @@ -38,7 +38,7 @@ actions:

The <parameter> are required parameters and [optional] are optional parameters.

-

Creating a new Prado project skeleton

+

Creating a new Prado project skeleton

To create a Prado project skeleton, do the following:

    @@ -49,7 +49,7 @@ are optional parameters.

    the test fixtures for the helloworld project.
-

Interactive Shell

+

Interactive Shell

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 -- cgit v1.2.3