From 6d4278bcaf8951e748ee08edd8db412588244217 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Tue, 26 Aug 2014 13:12:20 +0200 Subject: Backported basic Wsat documentation --- .../protected/pages/GettingStarted/Wsat.page | 64 ++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 demos/quickstart/protected/pages/GettingStarted/Wsat.page (limited to 'demos/quickstart/protected/pages/GettingStarted/Wsat.page') diff --git a/demos/quickstart/protected/pages/GettingStarted/Wsat.page b/demos/quickstart/protected/pages/GettingStarted/Wsat.page new file mode 100644 index 00000000..3d07e6f2 --- /dev/null +++ b/demos/quickstart/protected/pages/GettingStarted/Wsat.page @@ -0,0 +1,64 @@ + +

Web Site Administration Tool

+

+ 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

+

+ To use WSAT, you need to add in your project configuration file: application.xml, + in the services section the wsat service like follows: + + + + ... + + + +

+ +

Usage

+

+ 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: +

+ + + +
\ No newline at end of file -- cgit v1.2.3