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

jopen 8年前
   <p style="text-align: center;"><img alt="" src="https://simg.open-open.com/show/1153c3fa942970b97aff0258652d3dc5.png" /></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;"><img alt="" src="https://simg.open-open.com/show/4ac82e368063f718d28e04ab305e33b6.png" /></p>    <h2>更新日志</h2>    <h3>Bug修复</h3>    <p>You can expect the following changes in 3.3.1. See the <a href="/misc/goto?guid=4958993313632592124">changelog</a> for every commit.</p>    <ul>     <li><code>AssetFilter</code> now interacts properly with PSR7 based applications.</li>     <li>Cookie decryption when using the PSR7 stack now works properly.</li>     <li>Regressions around marshalling associated data have been fixed.</li>     <li>All associations now marshall correctly when TranslateBehavior is enabled.</li>     <li>BelongsToMany <code>_joinData</code> records with complex properties now hydrate correctly again when loaded with find().</li>     <li><code>Request::is()</code> no longer caches results. This fixes an issue where parameterized detectors would return cached results when parameters are different.</li>     <li><code>CakeEmail::deliver()</code> correctly uses <code>default</code> as the default transport configuration instead of 'fast'.</li>     <li><code>MiddlewareStack::insertAt()</code> behaves correctly when adding non-Closure based middleware.</li>     <li>Dispatcher filters are not doubly invoked when an application uses the PSR7 HTTP stack and dispatcher filters.</li>     <li><code>CrossSchemaTableExpression</code> and automatic cross database join prefixing has been removed. This was a new feature in 3.3.0 that caused regressions for a number of folks. Removing the problematic feature feels like a better solution over trying to patch issues as they come up.</li>     <li>Session cookie rotation works correctly, when setting custom cookies, and using the PSR7 HTTP stack.</li>    </ul>    <h3>少量的增强功能</h3>    <ul>     <li><code>Cake\ORM\SaveOptionsBuilder</code> was added. This class provides a builder interface for building option sets for save operations. By using a fluent interface you can reduce the number of errors made.</li>     <li>Exceptions are now raised when duplicate named routes are connected.</li>    </ul>    <h3>下载</h3>    <ul>     <li><a href="/misc/goto?guid=4958993313758300349" rel="nofollow">4.43 MB<strong>cakephp-3-3-1.zip</strong></a></li>     <li><a href="/misc/goto?guid=4958993313880657568" rel="nofollow"><strong>Source code</strong> (zip)</a></li>     <li><a href="/misc/goto?guid=4958993313994773092" rel="nofollow"><strong>Source code</strong> (tar.gz)</a></li>    </ul>    <p> </p>    <p>本站原创,转载时保留以下信息:<br /> 本文转自:深度开源(open-open.com)<br /> 原文地址:<a href="http://www.open-open.com/news/view/7d50b528">http://www.open-open.com/news/view/7d50b528</a></p>    <p> </p>