发布于 2015-06-11 00:02:22 | 241 次阅读 | 评论: 0 | 来源: 网友投递
Phalcon开源PHP框架
PhalconPHP 是一个使用 C 扩展开发的 PHP Web 框架,提供高性能和低资源占用。
Phalcon 2.0.3 发布,此版本是稳定版本,更新内容如下:
Added support for Behaviors in PhalconMvcCollection
Added SoftDelete and Timestampable behaviors to Collections
Implemented Namespace aliases in PHQL
Now you can define if a virtual foreign key must ignore null values or not
Fixed bug that added two ? in MvcUrl::get when using query parameters (#10421)
Now string attributes in models can be marked to allow empty string values (#440)
Added an option to return the SQL to be generated from a MvcModelQuery instance (#1908)
Fix doesn't correct column domain in PhalconDbDialect::select()
see #10439
Added support for DOUBLE type in MySQL
PhalconTagSelect now handles array values as strings avoiding that zero will be handled as empty string (#2921)
PHQL now supports CASE/WHEN/ELSE expressions (#651)
Fixed bug that passes non-string values to PhalconCrypt::encrypt from PhalconHttpCookies
Fixed bug that didn't pass the schema name in the sequence name (PostgreSQL)
Attribute persistent is now removed from the DNS attributes in PDO connections to avoid errors in PostgreSQL (#10484)
下载:https://github.com/phalcon/cphalcon/archive/phalcon-v2.0.3.zip。
PhalconPHP 是一个使用 C 扩展开发的 PHP Web 框架,提供高性能和低资源占用。
Phalcon 是一个开源的、全堆栈的 PHP 5 框架,使用 C 扩展编写,专门为高性能优化。无需学习和使用 C 语言,所有函数都以 PHP 类的方式曾现。Phalcon 是一个松耦合的框架。
使用时需在 php.ini 中添加:extension=phalcon.so