From e04fb5c765252593fb88fb56eaefbdc88bbeb7d1 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 8 Dec 2013 00:55:07 -0500 Subject: QS Doc completed! --- .../protected/pages/GettingStarted/Wsat.page | 48 ++++++++++++++++++--- .../pages/GettingStarted/wsat_generate_ar.png | Bin 0 -> 75503 bytes .../protected/pages/GettingStarted/wsat_login.png | Bin 0 -> 47951 bytes 3 files changed, 43 insertions(+), 5 deletions(-) create mode 100644 demos/quickstart/protected/pages/GettingStarted/wsat_generate_ar.png create mode 100644 demos/quickstart/protected/pages/GettingStarted/wsat_login.png (limited to 'demos/quickstart') diff --git a/demos/quickstart/protected/pages/GettingStarted/Wsat.page b/demos/quickstart/protected/pages/GettingStarted/Wsat.page index cb821a30..02f07e1d 100644 --- a/demos/quickstart/protected/pages/GettingStarted/Wsat.page +++ b/demos/quickstart/protected/pages/GettingStarted/Wsat.page @@ -1,6 +1,15 @@

Web Site Administration Tool

-

Web Site Administration Tool (WSAT) allows you +

+ Web Site Administration Tool (WSAT) is a development tool which allows you to perform several + tedious tasks of a PRADO project in a GUI fashion. Its inspired in both Asp.Net - Web Site Administration Tool and Yii's Gii. + WSAT will continue gaining new features along the time, at the moment it bring you the followings: + +

Requirements

@@ -18,9 +27,38 @@

Usage

- Then you are ready to go to: http://localhost/yoursite/index.php?wsat=TWsatLogin + Then you are ready to go to: http://localhost/yoursite/index.php?wsat=TWsatLogin and doing so you should see + the following page:

- - - + +

+ Where in the text field you need to type the password previosly specified in the service inclusion. This + is part of a basic security system to avoid undesirable persons to use this tool. +

+ +

Active Record classes generation

+

+ In order to generate AR classes you need to go to: http://localhost/divermania/index.php?wsat=TWsatGenerateAR + by clicking the proper links in the welcome page. Then you should see the following page: +

+ +

+ In which you can find a basic usage documentation in a light green panel + and then some proper fields in order to generate active record classes. These fields are: +

+ + +
diff --git a/demos/quickstart/protected/pages/GettingStarted/wsat_generate_ar.png b/demos/quickstart/protected/pages/GettingStarted/wsat_generate_ar.png new file mode 100644 index 00000000..8f0f59e7 Binary files /dev/null and b/demos/quickstart/protected/pages/GettingStarted/wsat_generate_ar.png differ diff --git a/demos/quickstart/protected/pages/GettingStarted/wsat_login.png b/demos/quickstart/protected/pages/GettingStarted/wsat_login.png new file mode 100644 index 00000000..dbe1ad8b Binary files /dev/null and b/demos/quickstart/protected/pages/GettingStarted/wsat_login.png differ -- cgit v1.2.3