orinoco-framework-php:轻量级PHP框架

时间:2024-05-29 16:45:31
【文件属性】:

文件名称:orinoco-framework-php:轻量级PHP框架

文件大小:37KB

文件格式:ZIP

更新时间:2024-05-29 16:45:31

PHP

Orinoco框架 一个轻量级PHP框架。 控制器 基本的 这是基本控制器类的示例: <?php class fooController { public function __construct() { // This method will be executed upon (this) class instantiation // For example, you can use this method to initialize a private/public variable } // action index public function index() { // Executed


【文件预览】:
orinoco-framework-php-master
----.gitignore(80B)
----app()
--------view()
--------controller()
--------cache()
--------config()
--------www()
--------class()
----.travis.yml(67B)
----composer.json(106B)
----phpunit.php(769B)
----README.md(4KB)
----phpunit.xml(445B)
----vendor()
--------.gitignore(71B)
----tests()
--------HttpTest.php(2KB)
--------RouteTest.php(2KB)
--------ViewTest.php(1010B)
--------ResponseTest.php(1KB)
--------RequestTest.php(1KB)
--------RegistryTest.php(2KB)
----lib()
--------Orinoco()
----MIT-LICENSE(1KB)

网友评论