Description: 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
To Search:
File list (Check if you may need any files):
struts4php_3.0\.htaccess
..............\.project
..............\.settings\org.eclipse.core.resources.prefs
..............\lib\mvc\ActionSupport.php
..............\...\...\AJAXActionSupport.php
..............\...\...\ArrXML.php
..............\...\...\cache\DefaultCacheManager.php
..............\...\...\.....\ICacheManager.php
..............\...\...\CacheCoreEngine.php
..............\...\...\Common.php
..............\...\...\config\project.cfg
..............\...\...\config.php
..............\...\...\CoreEngine.php
..............\...\...\dtd\chinaMVC.dtd
..............\...\...\Exception.php
..............\...\...\IntercepterSupport.php
..............\...\...\IResultSupport.php
..............\...\...\IValidateCheckerSupport.php
..............\...\...\mvc.php
..............\...\...\objTag\coreEgine\Obj_action.php
..............\...\...\......\.........\Obj_attribute.php
..............\...\...\......\.........\Obj_customerConfig.php
..............\...\...\......\.........\Obj_globalIntercepterRefs.php
..............\...\...\......\.........\Obj_globalLanguagePack.php
..............\...\...\......\.........\Obj_globalLanguagePacks.php
..............\...\...\......\.........\Obj_include.php
..............\...\...\......\.........\Obj_interceptor.php
..............\...\...\......\.........\Obj_interceptorRef.php
..............\...\...\......\.........\Obj_interceptors.php
..............\...\...\......\.........\Obj_package.php
..............\...\...\......\.........\Obj_param.php
..............\...\...\......\.........\Obj_registChecker.php
..............\...\...\......\.........\Obj_registResultType.php
..............\...\...\......\.........\Obj_result.php
..............\...\...\......\.........\Obj_resultTypes.php
..............\...\...\......\.........\Obj_struts4php.php
..............\...\...\......\.........\Obj_validateCheckers.php
..............\...\...\......\.........\Obj_validater.php
..............\...\...\......\Index.php
..............\...\...\......\TagCommon.php
..............\...\...\Properties.php
..............\...\...\result\DispatcherActionResult.php
..............\...\...\......\JSONResult.php
..............\...\...\......\RedirectActionResult.php
..............\...\...\......\RedirectUrlResult.php
..............\...\...\......\SmartyResult.php
..............\...\...\SimpleArrXML.php
..............\...\...\struts4php.xml
..............\...\...\Util.php
..............\...\...\validateChecker\EmptyChecker.php
..............\...\...\...............\LengthChecker.php
..............\...\...\...............\NecessaryChecker.php
..............\...\templates\footer.tpl
..............\...\.........\header.tpl
..............\...\mvc\objTag\coreEgine
..............\...\...\cache
..............\...\...\config
..............\...\...\dtd
..............\...\...\interceptor
..............\...\...\objTag
..............\...\...\result
..............\...\...\validateChecker
..............\...\mvc
..............\...\templates
..............\view\templates
..............\....\templates_c
..............\.settings
..............\lib
..............\view
struts4php_3.0