文件名称:thinkphp_3.2.2_core
-
所属分类:
- 标签属性:
- 上传时间:2014-09-10
-
文件大小:143.63kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
是一个免费开源的,快速、简单的面向对象的 轻量级PHP开发框架 ,创立于2006年初,遵循Apache2开源协议发布,是为了敏捷WEB应用开发和简化企业应用开发而诞生的。ThinkPHP从诞生以来一直秉承简洁实用的设计原则,在保持出色的性能和至简的代码的同时,也注重易用性。并且拥有众多的原创功能和特性,在社区团队的积极参与下,在易用性、扩展性和性能方面不断优化和改进,已经成长为国内最领先和最具影响力的WEB应用开发框架,众多的典型案例确保可以稳定用于商业以及门户级的开发-
Is a free open source, fast, lightweight PHP development framework simple object-oriented, was founded in early 2006, following the release Apache2 open source protocol is to agile WEB application development and simplify enterprise application development and birth. ThinkPHP since birth has been adhering to the principle of simple and practical design, while maintaining excellent performance and to Jane s code, but also focus on ease of use. And has many original features and functionality, with the active participation of the community team, in ease of use, scalability and performance optimization and continuous improvement, has grown into a WEB application development framework for the country s leading and most influential of the many the typical case for commercial as well as to ensure stable development of the portal level
Is a free open source, fast, lightweight PHP development framework simple object-oriented, was founded in early 2006, following the release Apache2 open source protocol is to agile WEB application development and simplify enterprise application development and birth. ThinkPHP since birth has been adhering to the principle of simple and practical design, while maintaining excellent performance and to Jane s code, but also focus on ease of use. And has many original features and functionality, with the active participation of the community team, in ease of use, scalability and performance optimization and continuous improvement, has grown into a WEB application development framework for the country s leading and most influential of the many the typical case for commercial as well as to ensure stable development of the portal level
(系统自动生成,下载前可以参看下载内容)
下载文件列表
.htaccess
Application/
Application/index.html
Application/README.md
composer.json
index.php
Public/
Public/README.md
README.md
ThinkPHP/
ThinkPHP/Common/
ThinkPHP/Common/functions.php
ThinkPHP/Conf/
ThinkPHP/Conf/convention.php
ThinkPHP/Conf/debug.php
ThinkPHP/Lang/
ThinkPHP/Lang/en-us.php
ThinkPHP/Lang/zh-cn.php
ThinkPHP/Lang/zh-tw.php
ThinkPHP/Library/
ThinkPHP/Library/Behavior/
ThinkPHP/Library/Behavior/BuildLiteBehavior.class.php
ThinkPHP/Library/Behavior/CheckLangBehavior.class.php
ThinkPHP/Library/Behavior/ContentReplaceBehavior.class.php
ThinkPHP/Library/Behavior/ParseTemplateBehavior.class.php
ThinkPHP/Library/Behavior/ReadHtmlCacheBehavior.class.php
ThinkPHP/Library/Behavior/ShowPageTraceBehavior.class.php
ThinkPHP/Library/Behavior/ShowRuntimeBehavior.class.php
ThinkPHP/Library/Behavior/TokenBuildBehavior.class.php
ThinkPHP/Library/Behavior/WriteHtmlCacheBehavior.class.php
ThinkPHP/Library/Think/
ThinkPHP/Library/Think/App.class.php
ThinkPHP/Library/Think/Build.class.php
ThinkPHP/Library/Think/Cache/
ThinkPHP/Library/Think/Cache.class.php
ThinkPHP/Library/Think/Cache/Driver/
ThinkPHP/Library/Think/Cache/Driver/File.class.php
ThinkPHP/Library/Think/Cache/Driver/Memcachesae.class.php
ThinkPHP/Library/Think/Controller.class.php
ThinkPHP/Library/Think/Db/
ThinkPHP/Library/Think/Db.class.php
ThinkPHP/Library/Think/Db/Driver/
ThinkPHP/Library/Think/Db/Driver/Mysql.class.php
ThinkPHP/Library/Think/Db/Driver/Mysqli.class.php
ThinkPHP/Library/Think/Db/Driver/Pdo.class.php
ThinkPHP/Library/Think/Dispatcher.class.php
ThinkPHP/Library/Think/Exception.class.php
ThinkPHP/Library/Think/Hook.class.php
ThinkPHP/Library/Think/Log/
ThinkPHP/Library/Think/Log.class.php
ThinkPHP/Library/Think/Log/Driver/
ThinkPHP/Library/Think/Log/Driver/File.class.php
ThinkPHP/Library/Think/Log/Driver/Sae.class.php
ThinkPHP/Library/Think/Model.class.php
ThinkPHP/Library/Think/Route.class.php
ThinkPHP/Library/Think/Storage/
ThinkPHP/Library/Think/Storage.class.php
ThinkPHP/Library/Think/Storage/Driver/
ThinkPHP/Library/Think/Storage/Driver/File.class.php
ThinkPHP/Library/Think/Storage/Driver/Sae.class.php
ThinkPHP/Library/Think/Template/
ThinkPHP/Library/Think/Template.class.php
ThinkPHP/Library/Think/Template/Driver/
ThinkPHP/Library/Think/Template/TagLib/
ThinkPHP/Library/Think/Template/TagLib.class.php
ThinkPHP/Library/Think/Template/TagLib/Cx.class.php
ThinkPHP/Library/Think/Think.class.php
ThinkPHP/Library/Think/View.class.php
ThinkPHP/Library/Vendor/
ThinkPHP/Library/Vendor/README.txt
ThinkPHP/LICENSE.txt
ThinkPHP/logo.png
ThinkPHP/Mode/
ThinkPHP/Mode/common.php
ThinkPHP/Mode/Sae/
ThinkPHP/Mode/sae.php
ThinkPHP/Mode/Sae/convention.php
ThinkPHP/ThinkPHP.php
ThinkPHP/Tpl/
ThinkPHP/Tpl/dispatch_jump.tpl
ThinkPHP/Tpl/page_trace.tpl
ThinkPHP/Tpl/think_exception.tpl
Application/
Application/index.html
Application/README.md
composer.json
index.php
Public/
Public/README.md
README.md
ThinkPHP/
ThinkPHP/Common/
ThinkPHP/Common/functions.php
ThinkPHP/Conf/
ThinkPHP/Conf/convention.php
ThinkPHP/Conf/debug.php
ThinkPHP/Lang/
ThinkPHP/Lang/en-us.php
ThinkPHP/Lang/zh-cn.php
ThinkPHP/Lang/zh-tw.php
ThinkPHP/Library/
ThinkPHP/Library/Behavior/
ThinkPHP/Library/Behavior/BuildLiteBehavior.class.php
ThinkPHP/Library/Behavior/CheckLangBehavior.class.php
ThinkPHP/Library/Behavior/ContentReplaceBehavior.class.php
ThinkPHP/Library/Behavior/ParseTemplateBehavior.class.php
ThinkPHP/Library/Behavior/ReadHtmlCacheBehavior.class.php
ThinkPHP/Library/Behavior/ShowPageTraceBehavior.class.php
ThinkPHP/Library/Behavior/ShowRuntimeBehavior.class.php
ThinkPHP/Library/Behavior/TokenBuildBehavior.class.php
ThinkPHP/Library/Behavior/WriteHtmlCacheBehavior.class.php
ThinkPHP/Library/Think/
ThinkPHP/Library/Think/App.class.php
ThinkPHP/Library/Think/Build.class.php
ThinkPHP/Library/Think/Cache/
ThinkPHP/Library/Think/Cache.class.php
ThinkPHP/Library/Think/Cache/Driver/
ThinkPHP/Library/Think/Cache/Driver/File.class.php
ThinkPHP/Library/Think/Cache/Driver/Memcachesae.class.php
ThinkPHP/Library/Think/Controller.class.php
ThinkPHP/Library/Think/Db/
ThinkPHP/Library/Think/Db.class.php
ThinkPHP/Library/Think/Db/Driver/
ThinkPHP/Library/Think/Db/Driver/Mysql.class.php
ThinkPHP/Library/Think/Db/Driver/Mysqli.class.php
ThinkPHP/Library/Think/Db/Driver/Pdo.class.php
ThinkPHP/Library/Think/Dispatcher.class.php
ThinkPHP/Library/Think/Exception.class.php
ThinkPHP/Library/Think/Hook.class.php
ThinkPHP/Library/Think/Log/
ThinkPHP/Library/Think/Log.class.php
ThinkPHP/Library/Think/Log/Driver/
ThinkPHP/Library/Think/Log/Driver/File.class.php
ThinkPHP/Library/Think/Log/Driver/Sae.class.php
ThinkPHP/Library/Think/Model.class.php
ThinkPHP/Library/Think/Route.class.php
ThinkPHP/Library/Think/Storage/
ThinkPHP/Library/Think/Storage.class.php
ThinkPHP/Library/Think/Storage/Driver/
ThinkPHP/Library/Think/Storage/Driver/File.class.php
ThinkPHP/Library/Think/Storage/Driver/Sae.class.php
ThinkPHP/Library/Think/Template/
ThinkPHP/Library/Think/Template.class.php
ThinkPHP/Library/Think/Template/Driver/
ThinkPHP/Library/Think/Template/TagLib/
ThinkPHP/Library/Think/Template/TagLib.class.php
ThinkPHP/Library/Think/Template/TagLib/Cx.class.php
ThinkPHP/Library/Think/Think.class.php
ThinkPHP/Library/Think/View.class.php
ThinkPHP/Library/Vendor/
ThinkPHP/Library/Vendor/README.txt
ThinkPHP/LICENSE.txt
ThinkPHP/logo.png
ThinkPHP/Mode/
ThinkPHP/Mode/common.php
ThinkPHP/Mode/Sae/
ThinkPHP/Mode/sae.php
ThinkPHP/Mode/Sae/convention.php
ThinkPHP/ThinkPHP.php
ThinkPHP/Tpl/
ThinkPHP/Tpl/dispatch_jump.tpl
ThinkPHP/Tpl/page_trace.tpl
ThinkPHP/Tpl/think_exception.tpl
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.