From ef81c440220286dafb7b5f3c639d1d76e0f32f62 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Sun, 12 Jan 2014 23:45:18 +0100 Subject: Quickstart Doc overhaul, pt. 2: active controls + minor fixes --- demos/quickstart/protected/pages/GettingStarted/CommandLine.page | 6 +++--- 1 file changed, 3 insertions(+), 3 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 bc8f2f55..07609da5 100644 --- a/demos/quickstart/protected/pages/GettingStarted/CommandLine.page +++ b/demos/quickstart/protected/pages/GettingStarted/CommandLine.page @@ -15,7 +15,7 @@ the command line.

Usage

If you type php path/to/framework/prado-cli.php, you should see -the following information. Alternatively, if you are not on Windows, +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

@@ -85,7 +85,7 @@ we leave out the semicolon to show the results. >> $db->queryPostByID(1) -There should not be any errors and you should see the following. +There should not be any errors and you should see the following. PostRecord#1 ( @@ -130,7 +130,7 @@ At the prompt, enter the following two commands to create UserRecord an

-Here we used the namespace format again to specify the classes to be created. The path Application.database.UserRecord indicates that we want the UserRecord class file to be protected/database/UserRecord.php. +Here we used the namespace format again to specify the classes to be created. The path Application.database.UserRecord indicates that we want the UserRecord class file to be protected/database/UserRecord.php.

-- cgit v1.2.3