search
HomeBackend DevelopmentPHP TutorialThinkPHP releases 1.0.0RC1 latest version_PHP tutorial

ThinkPHP 发布1.0.0RC1 最新版本

    在经历了几代产品的更新之后,ThinkPHP在原来的0.9.8版本的基础上经过几个月的重构和完善,并吸取了众多用户反馈意见,发布了基于PHP5的最新开发版本ThinkPHP 1.0.0RC1,为WEB应用提供了更加有力的开发利器和最佳实践,在此之前,官方网站已经首先完成了基于最新开发版本的重构和升级工作。

作为国内技术领先、功能完善的开源PHP 应用开发框架,ThinkPHP始终致力于PHP技术的推广,着眼于高效简洁的web应用,为企业提供WEB开发解决方案,全面提升企业竞争力,从而实现业务流程与WEB技术的完美结合!

      作为TOPThink系列的旗舰产品,ThinkPHP 1.0.0承载着太多用户的需求和期望。最新开发版在保持原有功能系统基础上,引入了ActiveRecord模式支持和富模型的概念,增加了操作链、URL伪装、组件模块、视图模型、静态模型、聚合对象、单表继承、页面Trace、文本字段、分布式数据库支持等非常多的细节功能,完善了查询语言、数据验证、表单处理、静态缓存、乐观锁和悲观所机制、匹配导入、路由等一系列功能,我们有理由相信,ThinkPHP必将成为你WEB应用开发中值得期待的最佳实践框架。

ThinkPHP不是你所想象的只是一个提供一组类库的框架,而是一个具有你开发所需的全功能的开发平台,是一个有机组合体,是一个让你可以立刻开始编写应用逻辑的开发框架,并且具有很好的扩展性。下面的图示可以看出ThinkPHP的功能分布。


 ThinkPHP releases 1.0.0RC1 latest version_PHP tutorial


      本次升级是ThinkPHP发展的又一里程碑,它标志着ThinkPHP在web应用领域的最佳实践框架诞生!
      为了更好的让开发人员使用和掌握ThinkPHP的开发,本次发布在文档方面增加了最新的多达100多页的开发人员指南和API手册,系统和详细介绍了新版的各个方面的功能。并且在示例方面增加了一个综合的Blog应用示例,涵盖了新版ThinkPHP的大部分功能点,是新手入门的绝佳学习实例。

ThinkPHP releases 1.0.0RC1 latest version_PHP tutorial


 

重要特性:
 完全PHP5重构 MVC模式
 内置标签库支持的模板引擎,支持第三方模板引擎
 CURD和ActiveRecords模式
 惯例重于配置
 组件和插件支持
 多元化缓存机制
 数据库中间层以及PDO支持
 URL定制和路由支持
 单一入口模式
 AJAX支持
 易扩展的系统基类库 

增加功能:
 ActiveRecords模式
 分布式数据库支持
 回调方法
 延迟查询
 聚合对象
 单表继承
 文本字段 
 组件模块
 模块和操作伪装
 操作链
 URL伪静态
 URL组装
 泛路由定义
 页面Trace
 视图模型
 静态模型
 悲观锁支持
 JOIN查询支持
 动态查询
 匹配导入
 布局模板
 Xcache缓存方式支持
 SQL日志记录

完善功能:
 重写内置模板引擎的XML解析部分
 完善ADSL方法
 URL模式改进
 复杂查询
 过滤器
 空操作
 自动表单验证
 自动表单处理
 乐观锁
 数据更新检测
 多语言
 多模板
 标签库增强
 关联查询改进
 统计查询
 定位查询
 浏览器缓存
 数据缓存
 静态缓存
 Action缓存
 视图缓存
 AJAX支持
 自动加载路径
 第三方类库支持
 调试模式
 配置格式
 文件上传
 自动记录时间戳
 验证码支持

Note: The 1.* version is not an upgraded version of 0.9.8, but a brand new branch version that provides full support for PHP5, so it cannot be automatically upgraded based on the original 0.9.8. For the upgraded version 0.9.8, please pay attention to the subsequent upgraded version release.

For details, please visit the official website http://ThinkPHP.cn
Download the latest version: http://ThinkPHP.cn
SVN warehouse: http://thinkphp.googlecode.com/svn/trunk

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/735118.htmlTechArticleThinkPHP releases 1.0.0RC1, the latest version. After several generations of product updates, ThinkPHP is in the original 0.9.8 After several months of reconstruction and improvement based on the version, it has attracted many users...
Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
thinkphp是不是国产框架thinkphp是不是国产框架Sep 26, 2022 pm 05:11 PM

thinkphp是国产框架。ThinkPHP是一个快速、兼容而且简单的轻量级国产PHP开发框架,是为了简化企业级应用开发和敏捷WEB应用开发而诞生的。ThinkPHP从诞生以来一直秉承简洁实用的设计原则,在保持出色的性能和至简的代码的同时,也注重易用性。

一起聊聊thinkphp6使用think-queue实现普通队列和延迟队列一起聊聊thinkphp6使用think-queue实现普通队列和延迟队列Apr 20, 2022 pm 01:07 PM

本篇文章给大家带来了关于thinkphp的相关知识,其中主要介绍了关于使用think-queue来实现普通队列和延迟队列的相关内容,think-queue是thinkphp官方提供的一个消息队列服务,下面一起来看一下,希望对大家有帮助。

thinkphp的mvc分别指什么thinkphp的mvc分别指什么Jun 21, 2022 am 11:11 AM

thinkphp基于的mvc分别是指:1、m是model的缩写,表示模型,用于数据处理;2、v是view的缩写,表示视图,由View类和模板文件组成;3、c是controller的缩写,表示控制器,用于逻辑处理。mvc设计模式是一种编程思想,是一种将应用程序的逻辑层和表现层进行分离的方法。

实例详解thinkphp6使用jwt认证实例详解thinkphp6使用jwt认证Jun 24, 2022 pm 12:57 PM

本篇文章给大家带来了关于thinkphp的相关知识,其中主要介绍了使用jwt认证的问题,下面一起来看一下,希望对大家有帮助。

thinkphp扩展插件有哪些thinkphp扩展插件有哪些Jun 13, 2022 pm 05:45 PM

thinkphp扩展有:1、think-migration,是一种数据库迁移工具;2、think-orm,是一种ORM类库扩展;3、think-oracle,是一种Oracle驱动扩展;4、think-mongo,一种MongoDb扩展;5、think-soar,一种SQL语句优化扩展;6、porter,一种数据库管理工具;7、tp-jwt-auth,一个jwt身份验证扩展包。

一文教你ThinkPHP使用think-queue实现redis消息队列一文教你ThinkPHP使用think-queue实现redis消息队列Jun 28, 2022 pm 03:33 PM

本篇文章给大家带来了关于ThinkPHP的相关知识,其中主要整理了使用think-queue实现redis消息队列的相关问题,下面一起来看一下,希望对大家有帮助。

thinkphp 怎么查询库是否存在thinkphp 怎么查询库是否存在Dec 05, 2022 am 09:40 AM

thinkphp查询库是否存在的方法:1、打开相应的tp文件;2、通过“ $isTable=db()->query('SHOW TABLES LIKE '."'".$data['table_name']."'");if($isTable){...}else{...}”方式验证表是否存在即可。

thinkphp3.2怎么关闭调试模式thinkphp3.2怎么关闭调试模式Apr 25, 2022 am 10:13 AM

在thinkphp3.2中,可以利用define关闭调试模式,该标签用于变量和常量的定义,将入口文件中定义调试模式设为FALSE即可,语法为“define('APP_DEBUG', false);”;开启调试模式将参数值设置为true即可。

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Repo: How To Revive Teammates
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool