pradosoft/prado-wsat
最新稳定版本:4.3.0
Composer 安装命令:
composer require pradosoft/prado-wsat
包简介
PRADO Web Site Administration Tool
README 文档
README
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:
- Generate one or all Active Record Classes.
- Optionally generate all relationships in Active Record Classes.
- Generate the magic __toString() method in all AR Classes.
Requirements
To use WSAT, you need to add in your project configuration file: application.xml, in the services section the wsat service like follows:
<services> ... <service id="wsat" class="System.Wsat.TWsatService" Password="my_secret_password" /> </services>
Usage
Then you are ready to go to: http://localhost/yoursite/index.php?wsat=TWsatLogin and follow the instructions on the page.
统计信息
- 总下载量: 39
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2020-10-19