PHP Класс 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.
Наследование: extends Prado\Web\Services\TPageService
Показать файл Открыть проект

Открытые методы

Метод Описание
getBasePath ( )
getPassword ( )
init ( $config )
setPassword ( $_pass )

Приватные методы

Метод Описание
_startThemeManager ( )

Описание методов

getBasePath() публичный Метод

public getBasePath ( )

getPassword() публичный Метод

public getPassword ( )

init() публичный Метод

public init ( $config )

setPassword() публичный Метод

public setPassword ( $_pass )