AirPHP is a lightweight open source framework. Its design ideas are based on multiple frameworks. Take the essence of your thoughts.
AirPHP is a lightweight open source framework, based on the development idea of "simple, fast and elegant expansion". It enables novices to quickly write standard MVC programs. It accelerates rendering page output based on AirTemplate. The simple template markup language allows you to completely abandon the Smarty style. grammar.
Input and output filtering SQL injection detection and clearing XSS Filter
The code pursues cleanliness and efficiency. Database caching and page caching improve system stability.
Integrate many class libraries and pay more attention to user development. She is also your toolbox.
Built-in SQLDebug PHPDebug allows you to quickly find program errors
The framework design refers to the essence of many excellent programs.
Functions are more in line with actual development needs
The author is very lazy. He didn’t write any instructions. You should read it yourself...
Integrated collection class, paging class, RBAC class, plug-in class, database backup class, installation class, PHP sending email class, etc...
To give a simple example, for example, to load Jquery in a template operation, you only need to load Google Jquery online...
To introduce css/js/images, you only need __AIR__ followed by the directory program of css/js/images to find it yourself..
Discover more functions by yourself.
AirPHP lightweight open source framework v1.1 update
1. Fixed the path of __AIR__template tag.
2. Rewrite AirModel to support AR mode and normal SQL mode.
3. Added database cache class. (based on CP code).
Note (please turn off template caching and data caching on the sae platform).