Leaps simple php development for You!
There are many PHP development frameworks now. Whether a development framework is excellent or not has little to do with how many features it has. Features cannot tell you the quality of the framework code, its performance, how well the details are handled, or how secure it is. The only way to judge a framework is to learn about it in use. Practice brings true knowledge.
The main features are as follows:
- Based on MVC system
- Multiple database drivers support multiple databases and easily switch between multiple databases.
- Ultra low coupling
- No naming conventions enforced
- Efficient caching mechanism, modify a configuration to switch FileCache ? or MemCache ? storage method.
- One configuration can switch whether the generated URL is SEO or PATH_INFO or ordinary Query String.
- Super simple extension of third hair category
- Error exception handling displays all errors, including E_STRICT after debugging is turned off, making the code highly compatible.
- Efficient url routing, url generation, pseudo-static, etc.
- Error exception log, access log
- Integration of common methods.