PHP Class Prado\Wsat\TWsatService

Wsat is inspired in both Asp.Net - Web Site Administration Tool(WSAT) and Yii's Gii. Wsat enables you to generate code saving your time in too many tedious tasks in a GUI fashion. Current options: 1- Generate one or all Active Record Classes from your DataBase. 1.1- Automatically generate all relations between the AR Classes (new). 1.2- Automatically generate the __toString() magic method in a smart way (new). To use TWsatService, configure it in the application configuration file like following: ... ...and then you need to go to http://localhost/yoursite/index.php?wsat=TWsatLogin and generate code and configure your site. Warning: You should only use Wsat in development mode.
Inheritance: extends Prado\Web\Services\TPageService
Datei anzeigen Open project: pradosoft/prado

Public Methods

Method Description
getBasePath ( )
getPassword ( )
init ( $config )
setPassword ( $_pass )

Private Methods

Method Description
_startThemeManager ( )

Method Details

getBasePath() public method

public getBasePath ( )

getPassword() public method

public getPassword ( )

init() public method

public init ( $config )

setPassword() public method

public setPassword ( $_pass )