xtlsoft/XPHP

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.htaccess
.travis.yml
LICENSE
Public/Static/default/index.html
Public/nginx.conf
README.md
Var/Cache/View/index.html
Var/Lang/en_us.json
Var/Lang/zh_cn.json
Var/Log/info.log
Var/Route/Index.json
Var/Route/System.json
Var/Template/default/Home/Basic.tpl
Var/Template/default/Home/index.tpl
Var/Template/default/Home/test.tpl
Var/Template/default/System/Error.tpl
Var/Template/default/System/HTTP_E.tpl
Var/Template/default/System/cliart/xphp.txt
composer.json
composer.lock
nginx.conf
x
xphp.json
App/Home/Controller/IndexController.class.php13
App/Home/Model/IndexModel.class.php6
App/System/Controller/CommandLineController.class.php80
A
2 hrs
Config.php4
Configure.php38
Lib/Constant.php5
Lib/X/Application.php122
Lib/X/Controller.php38
Lib/X/Core.php22
Lib/X/Database/Idiorm.php16
Lib/X/Database/NonDB.php13
Lib/X/Handler/CallbackStack.php14
Lib/X/Handler/CommandLine.php57
Lib/X/Handler/Http.php74
Lib/X/Header.php23
Lib/X/Interfaces/Bootable.php5
Lib/X/Interfaces/Database.php5
Lib/X/Interfaces/Handler.php7
Lib/X/Interfaces/Middleware.php6
Lib/X/Interfaces/NeedApplication.php4
Lib/X/Interfaces/View.php5
Lib/X/Language.php29
Lib/X/Log.php27
Lib/X/Middleware.php12
Lib/X/Middleware/Filter.php14
Lib/X/Model.php23