文件名称:slim-facades:各种 Slim 功能的“静态”界面
文件大小:7KB
文件格式:ZIP
更新时间:2024-07-29 07:51:45
PHP
超薄外墙 SlimFacades 是框架的外观集合,为各种 Slim 功能提供简单的“静态”界面。 例如,转这个: $ app -> get ( '/hello-world' , function () { $ app = Slim :: getInstance (); $ app -> view ()-> display ( 'hello.html' , array ( 'name' => $ app -> request ()-> get ( 'name' , 'world' ))); }) 进入这个: Route :: get ( '/hello-world' , function () { View :: display ( 'hello.html' , array ( 'name' => Input :: get ( 'name' , 'world' )));
【文件预览】:
slim-facades-master
----.gitignore(168B)
----SlimFacades()
--------Input.php(255B)
--------Route.php(1KB)
--------Log.php(124B)
--------Config.php(303B)
--------Facade.php(815B)
--------Response.php(134B)
--------View.php(126B)
--------Request.php(132B)
--------App.php(199B)
----composer.json(593B)
----CHANGELOG.md(0B)
----README.md(5KB)
----TODO.md(45B)