PHP-Smarty-MVC:使用 Smarty 模板引擎的 PHP 基本 MVC 框架

时间:2021-06-07 15:54:40
【文件属性】:
文件名称:PHP-Smarty-MVC:使用 Smarty 模板引擎的 PHP 基本 MVC 框架
文件大小:10KB
文件格式:ZIP
更新时间:2021-06-07 15:54:40
PHP PHP-Smarty-MVC PHP 的基本 MVC 框架,它使用 Smarty 模板引擎和开放模式数据库(基于数据模型)。 将以下内容添加到您的 .htaccess 或 Apache 配置中: 重写引擎开启 RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d 重写规则 ^(.*)$ index.php?rt=$1 [L,QSA]
【文件预览】:
PHP-Smarty-MVC-master
----index.php(504B)
----control()
--------ctl_index.inc.php(485B)
----data()
--------open_schema.php(16KB)
----smarty()
--------templates()
--------configs()
----README(0B)
----README.md(366B)
----includes()
--------registry.class.php(664B)
--------router.class.php(3KB)
--------controller_class.class.php(12B)
--------template.class.php(2KB)
--------controller_base.class.php(298B)
--------init.php(904B)

网友评论