CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码

文件名称:ThinkPHP2.0_Full

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-11-16
  • 文件大小:
    3.03mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

ThinkPHP是一个性能卓越并且功能丰富的轻量级PHP开发框架,本身具有很多的原创特性,并且倡导大道至简,开发由我的开发理念,用最少的代码完成更多的功能,宗旨就是让WEB应用开发更简单、更快速。从1.*版本开始就放弃了对PHP4的兼容,因此整个框架的架构和实现能够得以更加灵活和简单。2.0版本更是在之前的基础上,经过全新的重构和无数次的完善以及改进,达到了一个新的阶段,足以达到企业级和门户级的开发标准。-ThinkPHP is a high performance lightweight and feature-rich PHP development framework, itself has many original features, and promote Road to SR, developed by the development of my ideas, code completion with a minimum of additional functionality, the purpose is to make WEB application development easier and faster. 1 .* version from the beginning to give up the compatibility of PHP4, the architecture and implementation of the framework can be more flexible and simple. Version 2.0 is based on the previous, after the new reconstruction and the improvement and improved countless times, reached a new stage, sufficient to achieve enterprise-class development standards and portals.
相关搜索: thinkphp2.0

(系统自动生成,下载前可以参看下载内容)

下载文件列表

Docs/
Docs/Cheatsheet/
Docs/Cheatsheet/.svn/
Docs/Cheatsheet/.svn/all-wcprops
Docs/Cheatsheet/.svn/entries
Docs/Cheatsheet/.svn/format
Docs/Cheatsheet/.svn/prop-base/
Docs/Cheatsheet/.svn/prop-base/CheatSHeet-A版.png.svn-base
Docs/Cheatsheet/.svn/prop-base/CheatSHeet-B版.png.svn-base
Docs/Cheatsheet/.svn/props/
Docs/Cheatsheet/.svn/text-base/
Docs/Cheatsheet/.svn/text-base/CheatSHeet-A版.png.svn-base
Docs/Cheatsheet/.svn/text-base/CheatSHeet-B版.png.svn-base
Docs/Cheatsheet/.svn/tmp/
Docs/Cheatsheet/.svn/tmp/prop-base/
Docs/Cheatsheet/.svn/tmp/props/
Docs/Cheatsheet/.svn/tmp/text-base/
Docs/Cheatsheet/CheatSHeet-A版.png
Docs/Cheatsheet/CheatSHeet-B版.png
Docs/ThinkPHP2.0完全开发手册.pdf
Docs/版本升级指引/
Docs/版本升级指引/Config配置2.0变更说明.php
Examples/
Examples/Ajax/
Examples/Ajax/Common/
Examples/Ajax/Conf/
Examples/Ajax/Conf/config.php
Examples/Ajax/index.php
Examples/Ajax/Lang/
Examples/Ajax/Lib/
Examples/Ajax/Lib/Action/
Examples/Ajax/Lib/Action/IndexAction.class.php
Examples/Ajax/Lib/Model/
Examples/Ajax/Lib/Model/FormModel.class.php
Examples/Ajax/Tpl/
Examples/Ajax/Tpl/default/
Examples/Ajax/Tpl/default/Index/
Examples/Ajax/Tpl/default/Index/index.html
Examples/Cache/
Examples/Cache/Common/
Examples/Cache/Conf/
Examples/Cache/Conf/config.php
Examples/Cache/index.php
Examples/Cache/Lang/
Examples/Cache/Lib/
Examples/Cache/Lib/Action/
Examples/Cache/Lib/Action/IndexAction.class.php
Examples/Cache/Lib/Model/
Examples/Cache/Tpl/
Examples/Cache/Tpl/default/
Examples/Cache/Tpl/default/Index/
Examples/Cache/Tpl/default/Index/index.html
Examples/config.php
Examples/CURD/
Examples/CURD/Common/
Examples/CURD/Conf/
Examples/CURD/Conf/config.php
Examples/CURD/index.php
Examples/CURD/Lang/
Examples/CURD/Lib/
Examples/CURD/Lib/Action/
Examples/CURD/Lib/Action/IndexAction.class.php
Examples/CURD/Lib/Model/
Examples/CURD/Lib/Model/FormModel.class.php
Examples/CURD/Tpl/
Examples/CURD/Tpl/default/
Examples/CURD/Tpl/default/Index/
Examples/CURD/Tpl/default/Index/add.html
Examples/CURD/Tpl/default/Index/edit.html
Examples/CURD/Tpl/default/Index/index.html
Examples/Db/
Examples/Db/Common/
Examples/Db/Conf/
Examples/Db/Conf/config.php
Examples/Db/index.php
Examples/Db/Lang/
Examples/Db/Lib/
Examples/Db/Lib/Action/
Examples/Db/Lib/Action/IndexAction.class.php
Examples/Db/Lib/Model/
Examples/Db/Tpl/
Examples/Db/Tpl/default/
Examples/Db/Tpl/default/Index/
Examples/Db/Tpl/default/Index/index.html
Examples/Debug/
Examples/Debug/Common/
Examples/Debug/Conf/
Examples/Debug/Conf/config.php
Examples/Debug/index.php
Examples/Debug/Lang/
Examples/Debug/Lib/
Examples/Debug/Lib/Action/
Examples/Debug/Lib/Action/IndexAction.class.php
Examples/Debug/Lib/Model/
Examples/Debug/Tpl/
Examples/Debug/Tpl/default/
Examples/Debug/Tpl/default/Index/
Examples/Debug/Tpl/default/Index/index.html
Examples/examples.sql
Examples/File/
Examples/File/Common/
Examples/File/Conf/
Examples/File/Conf/config.php
Examples/File/index.php
Examples/File/Lang/
Examples/File/Lib/
Examples/File/Lib/Action/
Examples/File/Lib/Action/IndexAction.class.php
Examples/File/Lib/Model/
Examples/File/Lib/ORG/
Examples/File/Lib/ORG/Image.class.php
Examples/File/Lib/ORG/UploadFile.class.php
Examples/File/Tpl/
Examples/File/Tpl/default/
Examples/File/Tpl/default/Index/
Examples/File/Tpl/default/Index/index.html
Examples/File/Tpl/default/Public/
Examples/File/Tpl/default/Public/success.html
Examples/footer.html
Examples/Form/
Examples/Form/Common/
Examples/Form/Conf/
Examples/Form/Conf/config.php
Examples/Form/index.php
Examples/Form/Lang/
Examples/Form/Lib/
Examples/Form/Lib/Action/
Examples/Form/Lib/Action/IndexAction.class.php
Examples/Form/Lib/Model/
Examples/Form/Lib/Model/FormModel.class.php
Examples/Form/Tpl/
Examples/Form/Tpl/default/
Examples/Form/Tpl/default/Index/
Examples/Form/Tpl/default/Index/index.html
Examples/Form/Tpl/default/Public/
Examples/Form/Tpl/default/Public/success.html
Examples/Hello/
Examples/Hello/Common/
Examples/Hello/Conf/
Examples/Hello/Conf/config.php
Examples/Hello/index.php
Examples/Hello/Lang/
Examples/Hello/Lib/
Examples/Hello/Lib/Action/
Examples/Hello/Lib/Action/IndexAction.class.php
Examples/Hello/Lib/Model/
Examples/Hello/Tpl/
Examples/Hello/Tpl/default/
Examples/Hello/Tpl/default/Index/
Examples/Hello/Tpl/default/Index/index.html
Examples/Html/
Examples/Html/Common/
Examples/Html/Conf/
Examples/Html/Conf/config.php
Examples/Html/Conf/htmls.php
Examples/Html/Html/
Examples/Html/Html/177dcc64ba0d8ae7db0bdbd0a9b8be02.shtml
Examples/Html/Html/ac39e20831243a1437c84233fbd46370.shtml
Examples/Html/Html/f1562529d61096bf979cd735956a4af4.shtml
Examples/Html/index.php
Examples/Html/Lang/
Examples/Html/Lib/
Examples/Html/Lib/Action/
Examples/Html/Lib/Action/IndexAction.class.php
Examples/Html/Tpl/
Examples/Html/Tpl/default/
Examples/Html/Tpl/default/Index/
Examples/Html/Tpl/default/Index/index.html
Examples/index.html
Examples/Lang/
Examples/Lang/Common/
Examples/Lang/Conf/
Examples/Lang/Conf/config.php
Examples/Lang/index.php
Examples/Lang/Lang/
Examples/Lang/Lang/en-us/
Examples/Lang/Lang/en-us/common.php
Examples/Lang/Lang/zh-cn/
Examples/Lang/Lang/zh-cn/common.php
Examples/Lang/Lang/zh-

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com