Introduction - If you have any usage issues, please Google them yourself
Though there are many open-source php framework but I think struts is
MVC and the originator of the field to achieve the perfect person.
These days I started to do a php very similar to the MVC framework struts2
The functions implemented as follows:
1 for the front-end that integrates a smarty template (free expansion)
2 all requests are made to handle action center
3 to achieve a variety of ways to handle the default action to return there: dispatcher, redirect, actionChain and json (free expansion)
4 integrated AJAX tacit acceptance and return json format data (free expansion)
5 before and after implementation of the action mechanism of the interceptor (free expansion)
6 implements the field based on xml validation mechanism (free expansion)
7 supports multi-language international level there are three levels of default: action level, package level and global level
6 can be extended multiple caching mechanism defaults to memcache
The framework features m