WillPHP is a lightweight object-oriented development MVC framework, suitable for PHP development enthusiasts to learn more about object-oriented, MVC and other related knowledge.
It is a PHP beginner who wants to get started with ThinkPHP learning and is the preferred framework for lightweight web development.
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.
2021-07-21 updated v2.1.6
This version has major updates compared to v2.1.5, and it is recommended to update as soon as possible.
Re-enable $isAjax to support setting fixed return ajax and automatic determination
The template supports array tags, such as: $vo.ab or $vo[a][0]
Separate the paging class and image verification code class into the Extend extension class library
Added extended class library to quickly call function E('class library name')
New plug-in development method, plug-ins are placed in the addons directory
Added new plug-in calling function hook('plug-in name: method', 'parameters')
Applicable instructions:
Suitable for all PHP developers, MVC learning, introductory ThinkPHP framework learning, lightweight web development.