文件名称:yap:一个简单的 PHP MVC 框架
文件大小:16KB
文件格式:ZIP
更新时间:2024-07-08 14:47:58
PHP
另一个 PHP (YAP) 框架 欢迎使用 YAP 框架! 您可以在 yapframework.com 上找到有关我们的更多信息。 安装 安装很简单! 只需下载文件或获取存储库并将文件放入您的网络目录(您的 public_html 文件或类似文件)。 文档 在 yapframework.com 上找到完整的框架文档。 用法 YAP 框架带有一个 Bash 脚本,可用于简单地创建控制器和模型: 创建控制器:./yap create controller [name] 移除控制器:./yap remove controller [name] 创建模型:./yap create model [class name](会提示输入数据库主键)
【文件预览】:
yap-master
----LICENSE.TXT(553B)
----yap(1KB)
----index.php(894B)
----models()
--------index.php(73B)
--------example.php(114B)
----views()
--------index.php(73B)
--------index()
--------layouts()
--------error()
----css()
--------default.css(1KB)
----extentions()
--------index.php(73B)
----README.md(744B)
----config()
--------database.php(128B)
--------index.php(73B)
----lib()
--------database.php(1KB)
--------databasefactory.php(460B)
--------init.php(2KB)
--------databaseobject.php(2KB)
--------index.php(73B)
--------mysql.php(6KB)
--------routingcontroller.php(4KB)
--------utility.php(743B)
--------template.php(898B)
--------controller.php(3KB)
----controllers()
--------index.php(73B)
--------indexController.php(119B)
--------errorController.php(153B)
--------defaultController.php(114B)