
The WillPHP Framework is based on the MVC model and is committed to the rapid development of lightweight website applications.
The Chinese name is now enabled: Yiyu PHP Framework, and the English name is WillPHP.
Environmental requirements:
Applicable to PHP7+ version (the minimum supports PHP5.6 version), Mysql database.
Framework features:
Super Lightweight (<100KB)框架。
极简快速PHP模板引擎。
快捷安全的数据库操作。
数据输入自动过滤与验证。
主要功能:
路由:输入过滤简化URL。
控制器:控制与处理操作。
视图:渲染模板至浏览器。
模型:业务逻辑与数据库操作。
部件:生成与获取数据缓存。
验证器:数据验证与自动完成。
适用说明:
适用于所有PHP开发者,MVC学习,入门ThinkPHP框架学习,轻量级Web开发。
一鱼PHP框架 更新日志:
2021-09-06 v2.2.2
此版本相对于v2.2.1进行了优化,推荐下载使用。
修复:设置主题后不生效的BUG
简化:优化初始模板index.html,abc.html去除css依赖
新增:M()->getResult($sql) Gets an array of sql result sets
2021-08-27 v2.2.1
This version enhances database operations compared to v2.2.0 and is recommended for download and use.
Added function M() to start transactions: M()->startTrans()
Add function M() to commit transactions: M()->commit()
Added function M() transaction rollback: M()->rollback()
Add sum of statistical fields for function M(): M ('table ')->sum ('field')
Add the minimum value of the statistical field of function M(): M ('table ')->min ('field')
Add maximum value of statistical field for function M(): M ('table ')->max ('field')
Added function M() statistical field average value: M ('table ')->avg ('field')
Data updates support SQL syntax, such as: $data['hits'] = array ('exp ',' hits+10');
Add fast paging data table function page_table
Add fast paging array data function page_data
Optimize some other places
Comments0