文件名称:困惑:一个轻量级的基本php MVC框架
文件大小:49KB
文件格式:ZIP
更新时间:2024-03-08 14:49:40
PHP
(轻型和基本PHP MVC框架) 由Wilfred V.Pine开发:copyright:2020 版本:1.4.0 系统配置 套装/开发 config.php-配置环境base_url define ( 'ENVIRONMENT' , 'development' ); //define('ENVIRONMENT', 'production'); define ( 'BASE_URL' , 'https://confired.com/' ); //define('BASE_URL', 'http://localhost/confired/'); db.php-数据库配置 define ( 'DBHOST' , 'localhost' ); define ( 'DBNAME' , 'confired' ); define ( 'DBUSER' , 'root' ); define ( 'DBPASS'
【文件预览】:
confired-main
----todo(61B)
----scheme()
--------parts.php(3KB)
--------modules()
--------confired.php(6KB)
--------tools()
--------scene.php(6KB)
----add_on()
--------pdf()
----suit()
--------views()
--------glob()
--------models()
--------controllers()
--------dev()
----LICENSE(1KB)
----README.md(3KB)
----index.php(3KB)