Zend Framework 1.5 Finaly Out

Posted on March 17th, 2008, by Cristian in Development

If yesterday I post about a Zend Framework Quickstart tutorial, today announced the availability of version 1.5 of Zend Framework.

Additional features in Zend Framework 1.5 include support for several new services and enhancements to already popular features that make building modern web sites easier and faster than ever:

  • Forms – Zend Framework now supports forms, including Ajax usage patterns that make building and using web-based forms much easier.
  • Layout and view – Layout support and view enhancements make it easier than ever to implement a consistent look and feel throughout PHP applications and save developers time by keeping web application views componentized.
  • LDAP authentication – Zend Framework now comes with enterprise-ready authentication through support for LDAP technology.
  • Lucene search engine – Now it is possible to implement advanced queries using wildcards, date ranges, and fuzzy searches from within a ZP application.
  • Extended Ajax support – Zend Framework’s server-side support for Ajax with action helpers to automate Ajax detection and responses now make programming using JavaScript & PHP much easier.
  • UTF-8 character sets in Adobe PDF creation – Zend Framework’s PDF support has been enhanced to enable non-Latin character sets such as Kanji, Cyrillic, and many others.
  • Google GData web services – Significant enhancements to Google Data services now make it easier than ever to build web applications that leverage the Google application network. New in Zend Framework 1.5 is support for upload and write capabilities to Google YouTube.

What else to say … start download!

One comment

  1. LDAP Training School » Blog Archive » ldap tutorial [2008-03-17 16:21:21] on March 17th, 2008 at 6:32 pm

Leave a comment

Advertise / Sponsors

How to Be a Rockstar Freelancer
Comments RSS Feed

Recent Comments

  • admin: Yes, it does the same. Basic I just get the object $(”#nicemenu span.head_menu”) once, and applied the...
  • André Beaudry: Hi, I would like to know why : $(”#nicemenu span.head_menu”).mouseov er(function(){...
  • admin: Try to change the z-index to the menu container in my example div #nicemenu. The first one should have for ex....
  • Sean: Hi, I have 2 menus on the same page, when I expand the top one, it will overlap the second one, the second one...
  • admin: Just replace in the source code the “.fadeIn()” with “.show()”, everywhere.