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

文件名称:thinkphp_full

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

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

一个免费开源的,快速、简单的面向对象的轻量级PHP开发框架,遵循Apache2开源协议发布,是为了敏捷WEB应用 开发和简化企业级应用开发而诞生的。拥有众多的优秀功能和特性,经历了三年多发展的同时,在社区团队的积极参与下,在易用性、扩展性和性能方面不断优化和 改进,众多的典型案例确保可以稳定用于商业以及门户级的开发。

ThinkPHP借鉴了国外很多优秀的框架和模式,使用面向对象的开发结构和MVC模式,采用单一入口模式等,融合了Struts的 Action思想和JSP的TagLib(标签库)、RoR的ORM映射和ActiveRecord模式,封装了CURD和一些常用操作,在项目配置、类 库导入、模版引擎、查询语言、自动验证、视图模型、项目编译、缓存机制、SEO支持、分布式数据库、多数据库连接和切换、认证机制和扩展性方面均有独特的 表现。-A free open source, fast, simple object-oriented lightweight PHP development framework, according to the Apache2 open source protocol release, is agile WEB application development and simplify enterprise application development and the birth of. Has many outstanding features and characteristics, experience more than three years of development, in the active participation of the community team, continuous optimization and improvement in usability, scalability and performance, a large number of typical cases to ensure stability for commercial as well as the development of the portal level.

ThinkPHP abroad a lot of good frame and mode of development of object oriented structure and MVC mode, using a single entrance mode, the integration of Struts Action and JSP TagLib (thought Tag Library) and RoR ORM mapping and ActiveRecord model, a package of CURD and some common operations, in the project configuration, library import, template engine, query language, automatic verification, view mo
(系统自动生成,下载前可以参看下载内容)

下载文件列表

.gitignore
application/
application/.htaccess
application/command.php
application/common.php
application/config.php
application/database.php
application/index/
application/index/controller/
application/index/controller/Index.php
application/route.php
application/tags.php
build.php
composer.json
composer.lock
extend/
extend/.gitignore
LICENSE.txt
phpunit.xml
public/
public/.htaccess
public/favicon.ico
public/index.php
public/robots.txt
public/router.php
public/static/
public/static/.gitignore
README.md
runtime/
runtime/.gitignore
tests/
tests/ExampleTest.php
tests/TestCase.php
think
thinkphp/
thinkphp/.gitignore
thinkphp/.htaccess
thinkphp/.travis.yml
thinkphp/base.php
thinkphp/codecov.yml
thinkphp/composer.json
thinkphp/console.php
thinkphp/CONTRIBUTING.md
thinkphp/convention.php
thinkphp/helper.php
thinkphp/lang/
thinkphp/lang/zh-cn.php
thinkphp/library/
thinkphp/library/think/
thinkphp/library/think/App.php
thinkphp/library/think/Build.php
thinkphp/library/think/cache/
thinkphp/library/think/Cache.php
thinkphp/library/think/cache/driver/
thinkphp/library/think/cache/Driver.php
thinkphp/library/think/cache/driver/File.php
thinkphp/library/think/cache/driver/Lite.php
thinkphp/library/think/cache/driver/Memcache.php
thinkphp/library/think/cache/driver/Memcached.php
thinkphp/library/think/cache/driver/Redis.php
thinkphp/library/think/cache/driver/Sqlite.php
thinkphp/library/think/cache/driver/Wincache.php
thinkphp/library/think/cache/driver/Xcache.php
thinkphp/library/think/Collection.php
thinkphp/library/think/config/
thinkphp/library/think/Config.php
thinkphp/library/think/config/driver/
thinkphp/library/think/config/driver/Ini.php
thinkphp/library/think/config/driver/Json.php
thinkphp/library/think/config/driver/Xml.php
thinkphp/library/think/console/
thinkphp/library/think/Console.php
thinkphp/library/think/console/bin/
thinkphp/library/think/console/bin/hiddeninput.exe
thinkphp/library/think/console/bin/README.md
thinkphp/library/think/console/command/
thinkphp/library/think/console/Command.php
thinkphp/library/think/console/command/Build.php
thinkphp/library/think/console/command/Clear.php
thinkphp/library/think/console/command/Help.php
thinkphp/library/think/console/command/Lists.php
thinkphp/library/think/console/command/make/
thinkphp/library/think/console/command/Make.php
thinkphp/library/think/console/command/make/Controller.php
thinkphp/library/think/console/command/make/Model.php
thinkphp/library/think/console/command/make/stubs/
thinkphp/library/think/console/command/make/stubs/controller.plain.stub
thinkphp/library/think/console/command/make/stubs/controller.stub
thinkphp/library/think/console/command/make/stubs/model.stub
thinkphp/library/think/console/command/optimize/
thinkphp/library/think/console/command/optimize/Autoload.php
thinkphp/library/think/console/command/optimize/Config.php
thinkphp/library/think/console/command/optimize/Route.php
thinkphp/library/think/console/command/optimize/Schema.php
thinkphp/library/think/console/input/
thinkphp/library/think/console/Input.php
thinkphp/library/think/console/input/Argument.php
thinkphp/library/think/console/input/Definition.php
thinkphp/library/think/console/input/Option.php
thinkphp/library/think/console/LICENSE
thinkphp/library/think/console/output/
thinkphp/library/think/console/Output.php
thinkphp/library/think/console/output/Ask.php
thinkphp/library/think/console/output/descriptor/
thinkphp/library/think/console/output/Descriptor.php
thinkphp/library/think/console/output/descriptor/Console.php
thinkphp/library/think/console/output/driver/
thinkphp/library/think/console/output/driver/Buffer.php
thinkphp/library/think/console/output/driver/Console.php
thinkphp/library/think/console/output/driver/Nothing.php
thinkphp/library/think/console/output/formatter/
thinkphp/library/think/console/output/Formatter.php
thinkphp/library/think/console/output/formatter/Stack.php
thinkphp/library/think/console/output/formatter/Style.php
thinkphp/library/think/console/output/question/
thinkphp/library/think/console/output/Question.php
thinkphp/library/think/console/output/question/Choice.php
thinkphp/library/think/console/output/question/Confirmation.php
thinkphp/library/think/controller/
thinkphp/library/think/Controller.php
thinkphp/library/think/controller/Rest.php
thinkphp/library/think/controller/Yar.php
thinkphp/library/think/Cookie.php
thinkphp/library/think/db/
thinkphp/library/think/Db.php
thinkphp/library/think/db/builder/
thinkphp/library/think/db/Builder.php
thinkphp/library/think/db/builder/Mysql.php
thinkphp/library/think/db/builder/Pgsql.php
thinkphp/library/think/db/builder/Sqlite.php
thinkphp/library/think/db/builder/Sqlsrv.php
thinkphp/library/think/db/Connection.php
thinkphp/library/think/db/connector/
thinkphp/library/think/db/connector/Mysql.php
thinkphp/library/think/db/connector/Pgsql.php
thinkphp/library/think/db/connector/pgsql.sql
thinkphp/library/think/db/connector/Sqlite.php
thinkphp/library/think/db/connector/Sqlsrv.php
thinkphp/library/think/db/exception/
thinkphp/library/think/db/exception/BindParamException.php
thinkphp/library/think/db/excep

相关说明

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

相关评论

暂无评论内容.

发表评论

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