Brief introduction
Kohana based on MVC pattern development, is a pure PHP5 object-oriented development Framework, although the framework is young, but it can be said that its development potential is very large. Because Kohana is a forum management, and CI of the company management, its developers are from all over, each has its own advantages, so it can quickly reply to the user's suggestions and timely repair of problems, improve development efficiency. Its code is lightweight, the framework flexible, easy to use. Kohana Data filtering and XSS protection on the basis of no read restriction on global data, which ensures the security of the system. Because it limits the ability of OOP, it is more suitable for developing small web applications.
The editor is here to remind readers that KOHANA3 has improved on the basis of the MVC pattern and borrowed some features from the Zend Framework, which has improved a lot in the way of naming. It changes the structure pattern of MVC to HMVC, which facilitates the invocation of different control interfaces, but is more complex, so developers need to spend more time learning about the interface invocation in Kohana.
Advantages
1. High efficiency, flexibility, ease of use, strong extensibility, clear frame logic, reasonable catalogue and document structure;
2.Kohana visibility Protection is a special feature, which ensures the security of global data on the basis of improving data reading rate.
3. The classes in the framework add suffixes to avoid naming conflicts in the user's controller and data model;
4. The user can change the event dynamically during the execution of the Kohana, without affecting the original system code.
Disadvantages
1. The lack of documentation, for beginners to start more laborious;
2. Less function, still need to improve;
3. Framework APIs vary considerably, are less stable, and are more distinct from one version to another, such as Kohana2 and Kohana3 looking like two frames.
Kohana v3.0.8 free download Address: http://down.ddvip.com/view/128893736736005.html
Kohana official website address: http://kohanaframework.org/