文件名称:struts4php_3.0
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:31.72kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
虽然现在有很多php的开源框架 但我觉得struts才是
MVC领域的鼻祖和完美实现者。
这些天我就php着手做了一个十分类似于struts2的MVC框架
所实现的功能大致如下:
1集成了smarty为前端表示模板(可自由扩展)
2所有的请求都以action为中心做处理
3实现了多种action返回处理的方式 默认有:dispatcher ,redirect,actionChain和json (可自由扩展)
4集成了AJAX 默认接受和返回json格式的数据 (可自由扩展)
5实现了action的前后拦截器机制(可自由扩展)
6实现了基于xml的字段校验机制(可自由扩展)
7支持多级别的语言国际化 默认有三个级别:action级别 ,package级别 和全局级别
6可扩展多种缓存机制,默认为memcache
这个框架功能大致如此 当然我也对xml标签的命名做了一些思考 使其能更符合我们中国人的编程习惯 呵呵
-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
MVC领域的鼻祖和完美实现者。
这些天我就php着手做了一个十分类似于struts2的MVC框架
所实现的功能大致如下:
1集成了smarty为前端表示模板(可自由扩展)
2所有的请求都以action为中心做处理
3实现了多种action返回处理的方式 默认有:dispatcher ,redirect,actionChain和json (可自由扩展)
4集成了AJAX 默认接受和返回json格式的数据 (可自由扩展)
5实现了action的前后拦截器机制(可自由扩展)
6实现了基于xml的字段校验机制(可自由扩展)
7支持多级别的语言国际化 默认有三个级别:action级别 ,package级别 和全局级别
6可扩展多种缓存机制,默认为memcache
这个框架功能大致如此 当然我也对xml标签的命名做了一些思考 使其能更符合我们中国人的编程习惯 呵呵
-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
相关搜索: struts php
php mvc
(系统自动生成,下载前可以参看下载内容)
下载文件列表
struts4php_3.0/.htaccess
struts4php_3.0/.project
struts4php_3.0/.settings/org.eclipse.core.resources.prefs
struts4php_3.0/lib/mvc/ActionSupport.php
struts4php_3.0/lib/mvc/AJAXActionSupport.php
struts4php_3.0/lib/mvc/ArrXML.php
struts4php_3.0/lib/mvc/cache/DefaultCacheManager.php
struts4php_3.0/lib/mvc/cache/ICacheManager.php
struts4php_3.0/lib/mvc/CacheCoreEngine.php
struts4php_3.0/lib/mvc/Common.php
struts4php_3.0/lib/mvc/config/project.cfg
struts4php_3.0/lib/mvc/config.php
struts4php_3.0/lib/mvc/CoreEngine.php
struts4php_3.0/lib/mvc/dtd/chinaMVC.dtd
struts4php_3.0/lib/mvc/Exception.php
struts4php_3.0/lib/mvc/IntercepterSupport.php
struts4php_3.0/lib/mvc/IResultSupport.php
struts4php_3.0/lib/mvc/IValidateCheckerSupport.php
struts4php_3.0/lib/mvc/mvc.php
struts4php_3.0/lib/mvc/objTag/coreEgine/Obj_action.php
struts4php_3.0/lib/mvc/objTag/coreEgine/Obj_attribute.php
struts4php_3.0/lib/mvc/objTag/coreEgine/Obj_customerConfig.php
struts4php_3.0/lib/mvc/objTag/coreEgine/Obj_globalIntercepterRefs.php
struts4php_3.0/lib/mvc/objTag/coreEgine/Obj_globalLanguagePack.php
struts4php_3.0/lib/mvc/objTag/coreEgine/Obj_globalLanguagePacks.php
struts4php_3.0/lib/mvc/objTag/coreEgine/Obj_include.php
struts4php_3.0/lib/mvc/objTag/coreEgine/Obj_interceptor.php
struts4php_3.0/lib/mvc/objTag/coreEgine/Obj_interceptorRef.php
struts4php_3.0/lib/mvc/objTag/coreEgine/Obj_interceptors.php
struts4php_3.0/lib/mvc/objTag/coreEgine/Obj_package.php
struts4php_3.0/lib/mvc/objTag/coreEgine/Obj_param.php
struts4php_3.0/lib/mvc/objTag/coreEgine/Obj_registChecker.php
struts4php_3.0/lib/mvc/objTag/coreEgine/Obj_registResultType.php
struts4php_3.0/lib/mvc/objTag/coreEgine/Obj_result.php
struts4php_3.0/lib/mvc/objTag/coreEgine/Obj_resultTypes.php
struts4php_3.0/lib/mvc/objTag/coreEgine/Obj_struts4php.php
struts4php_3.0/lib/mvc/objTag/coreEgine/Obj_validateCheckers.php
struts4php_3.0/lib/mvc/objTag/coreEgine/Obj_validater.php
struts4php_3.0/lib/mvc/objTag/Index.php
struts4php_3.0/lib/mvc/objTag/TagCommon.php
struts4php_3.0/lib/mvc/Properties.php
struts4php_3.0/lib/mvc/result/DispatcherActionResult.php
struts4php_3.0/lib/mvc/result/JSONResult.php
struts4php_3.0/lib/mvc/result/RedirectActionResult.php
struts4php_3.0/lib/mvc/result/RedirectUrlResult.php
struts4php_3.0/lib/mvc/result/SmartyResult.php
struts4php_3.0/lib/mvc/SimpleArrXML.php
struts4php_3.0/lib/mvc/struts4php.xml
struts4php_3.0/lib/mvc/Util.php
struts4php_3.0/lib/mvc/validateChecker/EmptyChecker.php
struts4php_3.0/lib/mvc/validateChecker/LengthChecker.php
struts4php_3.0/lib/mvc/validateChecker/NecessaryChecker.php
struts4php_3.0/lib/templates/footer.tpl
struts4php_3.0/lib/templates/header.tpl
struts4php_3.0/lib/mvc/objTag/coreEgine
struts4php_3.0/lib/mvc/cache
struts4php_3.0/lib/mvc/config
struts4php_3.0/lib/mvc/dtd
struts4php_3.0/lib/mvc/interceptor
struts4php_3.0/lib/mvc/objTag
struts4php_3.0/lib/mvc/result
struts4php_3.0/lib/mvc/validateChecker
struts4php_3.0/lib/mvc
struts4php_3.0/lib/templates
struts4php_3.0/view/templates
struts4php_3.0/view/templates_c
struts4php_3.0/.settings
struts4php_3.0/lib
struts4php_3.0/view
struts4php_3.0
struts4php_3.0/.project
struts4php_3.0/.settings/org.eclipse.core.resources.prefs
struts4php_3.0/lib/mvc/ActionSupport.php
struts4php_3.0/lib/mvc/AJAXActionSupport.php
struts4php_3.0/lib/mvc/ArrXML.php
struts4php_3.0/lib/mvc/cache/DefaultCacheManager.php
struts4php_3.0/lib/mvc/cache/ICacheManager.php
struts4php_3.0/lib/mvc/CacheCoreEngine.php
struts4php_3.0/lib/mvc/Common.php
struts4php_3.0/lib/mvc/config/project.cfg
struts4php_3.0/lib/mvc/config.php
struts4php_3.0/lib/mvc/CoreEngine.php
struts4php_3.0/lib/mvc/dtd/chinaMVC.dtd
struts4php_3.0/lib/mvc/Exception.php
struts4php_3.0/lib/mvc/IntercepterSupport.php
struts4php_3.0/lib/mvc/IResultSupport.php
struts4php_3.0/lib/mvc/IValidateCheckerSupport.php
struts4php_3.0/lib/mvc/mvc.php
struts4php_3.0/lib/mvc/objTag/coreEgine/Obj_action.php
struts4php_3.0/lib/mvc/objTag/coreEgine/Obj_attribute.php
struts4php_3.0/lib/mvc/objTag/coreEgine/Obj_customerConfig.php
struts4php_3.0/lib/mvc/objTag/coreEgine/Obj_globalIntercepterRefs.php
struts4php_3.0/lib/mvc/objTag/coreEgine/Obj_globalLanguagePack.php
struts4php_3.0/lib/mvc/objTag/coreEgine/Obj_globalLanguagePacks.php
struts4php_3.0/lib/mvc/objTag/coreEgine/Obj_include.php
struts4php_3.0/lib/mvc/objTag/coreEgine/Obj_interceptor.php
struts4php_3.0/lib/mvc/objTag/coreEgine/Obj_interceptorRef.php
struts4php_3.0/lib/mvc/objTag/coreEgine/Obj_interceptors.php
struts4php_3.0/lib/mvc/objTag/coreEgine/Obj_package.php
struts4php_3.0/lib/mvc/objTag/coreEgine/Obj_param.php
struts4php_3.0/lib/mvc/objTag/coreEgine/Obj_registChecker.php
struts4php_3.0/lib/mvc/objTag/coreEgine/Obj_registResultType.php
struts4php_3.0/lib/mvc/objTag/coreEgine/Obj_result.php
struts4php_3.0/lib/mvc/objTag/coreEgine/Obj_resultTypes.php
struts4php_3.0/lib/mvc/objTag/coreEgine/Obj_struts4php.php
struts4php_3.0/lib/mvc/objTag/coreEgine/Obj_validateCheckers.php
struts4php_3.0/lib/mvc/objTag/coreEgine/Obj_validater.php
struts4php_3.0/lib/mvc/objTag/Index.php
struts4php_3.0/lib/mvc/objTag/TagCommon.php
struts4php_3.0/lib/mvc/Properties.php
struts4php_3.0/lib/mvc/result/DispatcherActionResult.php
struts4php_3.0/lib/mvc/result/JSONResult.php
struts4php_3.0/lib/mvc/result/RedirectActionResult.php
struts4php_3.0/lib/mvc/result/RedirectUrlResult.php
struts4php_3.0/lib/mvc/result/SmartyResult.php
struts4php_3.0/lib/mvc/SimpleArrXML.php
struts4php_3.0/lib/mvc/struts4php.xml
struts4php_3.0/lib/mvc/Util.php
struts4php_3.0/lib/mvc/validateChecker/EmptyChecker.php
struts4php_3.0/lib/mvc/validateChecker/LengthChecker.php
struts4php_3.0/lib/mvc/validateChecker/NecessaryChecker.php
struts4php_3.0/lib/templates/footer.tpl
struts4php_3.0/lib/templates/header.tpl
struts4php_3.0/lib/mvc/objTag/coreEgine
struts4php_3.0/lib/mvc/cache
struts4php_3.0/lib/mvc/config
struts4php_3.0/lib/mvc/dtd
struts4php_3.0/lib/mvc/interceptor
struts4php_3.0/lib/mvc/objTag
struts4php_3.0/lib/mvc/result
struts4php_3.0/lib/mvc/validateChecker
struts4php_3.0/lib/mvc
struts4php_3.0/lib/templates
struts4php_3.0/view/templates
struts4php_3.0/view/templates_c
struts4php_3.0/.settings
struts4php_3.0/lib
struts4php_3.0/view
struts4php_3.0
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.