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
파일 보기 프로젝트 열기: pradosoft/prado

공개 메소드들

메소드 설명
getBasePath ( )
getPassword ( )
init ( $config )
setPassword ( $_pass )

비공개 메소드들

메소드 설명
_startThemeManager ( )

메소드 상세

getBasePath() 공개 메소드

public getBasePath ( )

getPassword() 공개 메소드

public getPassword ( )

init() 공개 메소드

public init ( $config )

setPassword() 공개 메소드

public setPassword ( $_pass )