The WillPHP framework is based on the MVC model and is dedicated to the rapid development of lightweight website applications.
The Chinese name: Yiyu PHP framework and the English name: WillPHP are now enabled.
Environmental requirements:
Applicable to PHP7+ version (the lowest version supports PHP5.6 version), Mysql database.
Framework features:
Ultra lightweight (<100KB) framework.
Minimalist and fast PHP template engine.
Fast and safe database operations.
Data input is automatically filtered and verified.
Main functions:
Routing: Input filtering simplifies URLs.
Controller: Controls and processes operations.
View: Render the template to the browser.
Model: business logic and database operations.
Component: Generate and obtain data cache.
Validator: Data validation and autocomplete.
Applicable instructions:
Suitable for all PHP developers, MVC learning, introductory ThinkPHP framework learning, lightweight web development.
Yiyu PHP framework update log:
2021-09-06v2.2.2
This version is optimized compared to v2.2.1, and it is recommended to download and use it.
Fix: BUG that does not take effect after setting the theme
Simplification: optimize the initial template index.html, abc.html remove css dependencies
Newly added: M()->getResult($sql) to obtain the sql result set array
Yiyu PHP framework update log:
2021-09-16v2.2.3
This version is much enhanced compared to v2.2.2, and it is recommended to download and use it.
New: Added page caching black technology, page display speed increased by 1000.
Settings: Page caching can be enabled by configuring shtml_open to 1 in config/app.php
Enhancement: Clearing the data cache will also clear the page cache.
New: Refresh page cache functions refresh_page, refresh_vhash
Enhancement: The U() function supports transferring URLs.
Enhancement: C() can automatically remove backslashes (stripslashes) when obtaining configuration values.
Enhancement: After opening the theme, if the template does not exist, the template in default can be automatically called.
Fix: When debugging is turned on, the debugging information bug will also be displayed when outputting json.
Fix: Bug where notin does not take effect in where condition