Framework:快速便捷PHP框架,用于快速开发

时间:2024-05-17 07:58:14
【文件属性】:

文件名称:Framework:快速便捷PHP框架,用于快速开发

文件大小:100KB

文件格式:ZIP

更新时间:2024-05-17 07:58:14

PHP

Asymptix PHP框架 快速简便PHP框架,可快速开发。 要求 Asymptix Framework的最低要求是您的Web服务器支持PHP 5.4。 安装 要安装基本框架库,请使用 composer install命令和composer.json配置文件。 { "minimum-stability" : "dev" , "require" : { "php" : ">=5.4.0" , "asymptix/framework" : ">=2.0.0" } } 安装之后,您只需要使用下一个命令就需要自动加载文件: require_once ( "./vendor/autoload.php" ); 身份 强烈建议发送带有框架签名的标头信息,以更好地被解析器和分析器(如 )识别。 您可能会在index.php文件中看到示例:


【文件预览】:
Framework-master
----composer.json(730B)
----phpunit.xml(1KB)
----index.php(2KB)
----.htaccess(438B)
----conf()
--------Config.php(2KB)
--------langs()
----templates()
--------frontend()
--------email()
----dbname.sql(2KB)
----LICENSE(1KB)
----controllers()
--------frontend()
----framework()
--------composer.json(720B)
--------core()
--------tools()
--------db()
--------app()
--------ui()
--------localization()
--------mail()
--------web()
--------helpers()
----generator(3KB)
----classes()
--------Email.php(2KB)
--------db()
----generators()
--------templates()
--------beans_generator.php(3KB)
----README.md(2KB)
----modules()
--------dbconnection.php(1KB)
--------error_log.php(778B)
--------session.php(742B)
--------filter.php(814B)
--------localization.php(679B)
--------http.php(6KB)
--------autoload.php(873B)
--------settings.php(576B)

网友评论