CakePHP v3.4.1 发布,一个Web 快速开发框架

jopen 7年前
   <p style="text-align: center;"><strong><img alt="" src="https://simg.open-open.com/show/1153c3fa942970b97aff0258652d3dc5.png" /></strong></p>    <p> </p>    <p>CakePHP是一个运用了诸如ActiveRecord、Association Data Mapping、Front Controller和MVC等著名设计模式的快速开发框架。该项目主要目标是提供一个可以让各种层次的PHP开发人员快速地开发出健壮的Web应用,而 又不失灵活性。主要特性:</p>    <ul>     <li>基于MVC架构</li>     <li>视图支持Ajax</li>     <li>内置校验框架</li>     <li>提供应用程序的基础模块和CRUD 代码自动生成功能</li>     <li>提供处理session,request,security的组件</li>     <li>灵活的视图缓存功能</li>     <li>面向对象</li>     <li>无需配置:只要安装好数据库</li>     <li>兼容PHP4和PHP5。</li>    </ul>    <p style="text-align: center;"><a href="https://simg.open-open.com/show/4ac82e368063f718d28e04ab305e33b6.png"><img alt="" src="https://simg.open-open.com/show/4ac82e368063f718d28e04ab305e33b6.png" /></a></p>    <h2>更新日志</h2>    <ul>     <li><code>CounterCacheBehavior</code> had an <code>ignoreCounterCache</code> option added, allowing you to disable counter updates on save.</li>     <li><code>Table::saveOrFail()</code> and <code>Table::deleteOrFail()</code> were added. These methods allow you to perform save/delete operations that raise exceptions on failure instead of returning false.</li>     <li>Support for PHPUnit 6 was added. Currently only composer based installation of PHPUnit 6 is supported.</li>     <li><code>Helper::getView()</code> was added.</li>     <li>Urlencoded URLs are once again matched correctly.</li>     <li>InflectedRoute routes using HTTP method conditions work again.</li>     <li>Association duplicate alias detection is more relaxed and accepts sub-classes.</li>     <li><code>Mailer\Email</code> no longer waits until the socket timeout when an SMTP server disconnects early.</li>     <li><code>BelongsToMany::foreignKey()</code> no longer incorrectly returns <code>$this</code> when modifying the key.</li>     <li>Strings that contain only whitespace are now correctly output by <code>debug()</code>.</li>    </ul>    <h2>下载</h2>    <ul>     <li><a href="/misc/goto?guid=4958999942589476979" rel="nofollow"><strong>cakephp-3-4-1.zip</strong></a></li>     <li><a href="/misc/goto?guid=4958999942694467664" rel="nofollow"><strong>Source code</strong> (zip)</a></li>     <li><a href="/misc/goto?guid=4958999942804027866" rel="nofollow"><strong>Source code</strong> (tar.gz)</a></li>    </ul>    <p>本站原创,转载时保留以下信息:<br /> 本文转自:深度开源(open-open.com)<br /> 原文地址:<a href="http://www.open-open.com/news/view/5fd513d4">http://www.open-open.com/news/view/5fd513d4</a></p>