天生我才必有用

Zend Framework 1.5 Preview Release

Posted in PHP    作者:Ray    2008年二月1日

很久未有大变化的Zend Framework终于在1/28日发布了1.5 Preview版本,上次在官方的博客上看到过一点介绍,包括了以下的更新:

  • Zend_Auth_Adapter_Ldap
  • Zend_Build/Zend_Console
  • Zend_Controller additional action helpers, including ContextSwitch/AjaxContext, Json, and AutoComplete
  • Zend_Form
  • Zend_InfoCard
  • Zend_Layout
  • Zend_OpenId
  • Zend_Search_Lucene improvements, including wildcard search, date range search, fuzzy search, and Lucene 2.1 index file format support
  • Zend_View enhancements, including actions, partials, and placeholders
  • Zend_Pdf UTF8 support
  • New Zend_Service consumables (final list TBD)
  • A whole lotta bug fixes and documentation improvements

猜想Zend_Layout可能就是类似于ROR和Symfony的一个View的大模版框架,这个的确非常有用。还有autocomplete的功能也不错,就不知集成后的此功能是否非常容易使用,现在很多的网友都有Autocomplete的功能。

标签: ,

PHP Framework – CodeIgniter

Posted in PHP    作者:Ray    2008年二月1日

CodeIgniter 是一个小巧但功能强大的 PHP 框架,作为一个简单而“优雅”的工具包,它可以为 PHP 程序员建立功能完善的 Web 应用程序。如果你是一个使用共享主机,并且为客户所要求的期限而烦恼的开发人员,如果你已经厌倦了那些傻大笨粗的框架。

看了它的介绍还不错,主要对它的小巧感兴趣,不过现在的Framework真的太多了,哪有空把它都学了。 还是慢慢来吧。

中文网站:http://codeigniter.org.cn
英文官网:http://codeigniter.com

标签: ,