首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > PHP > 一个最简单的PHP 5.3 HMVC Web框架

一个最简单的PHP 5.3 HMVC Web框架

  • 资源大小:90.00 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 简单 框架 一个

资 源 简 介

The Fluency framework is a minimalistic web framework for PHP 5.3. Its only purpose is dispatching HTTP requests and providing the developer a way to handle them following the MVC architectural pattern. Characteristics Inspired by functional programming. Actions (controllers), views and action filters are all internally represented as functions. That allows for very flexible and transparent implementations of features like action filtering and rendering. For example, views can be composed like mathematical functions: compare f(g(x)) to layout + index. Anonymous functions, introduced in PHP 5.3, facilitate the use of these features even more. Supports HMVC natively. HMVC (hierarchical MVC) allows different portions of a page to be served by different controllers. So, for example, if you feel that a poll widget needs its own controller logic and vie

文 件 列 表

Application
Actions
.htaccess
Views
Fluency
Utils
Web
.htaccess
index.php
LICENSE
VIP VIP
0.193351s