Zend Framework Preview 0.2.0 Now available

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
CoderGoblin
DevNet Resident
Posts: 1425
Joined: Tue Mar 16, 2004 10:03 am
Location: Aachen, Germany

Zend Framework Preview 0.2.0 Now available

Post by CoderGoblin »

Just for information... Site: Zend Framework

Zend Framework Preview 0.2.0 October 31, 2006

The Zend Framework community has released the 0.2.0 Preview Release. This release contains many important enhancements and new features:

* New MVC implementation
* New HTTP request and response objects make it easy to automate unit testing for web apps without a web server, and also make it possible to use MVC for command-line and PHP-GTK application development
* Enhanced pure PHP Lucene-compatible search engine component
* New Mysqli DB adapter
* New JSON server
* New REST client and server
* New XmlRpc client and server
* New Acl component
* New Session component
* New Web Services clients for Delicious and Audioscrobbler
* New Registry component
* Significant improvements to many other components
]
User avatar
Jenk
DevNet Master
Posts: 3587
Joined: Mon Sep 19, 2005 6:24 am
Location: London

Post by Jenk »

Will give this a look-see tonight :)

Unsure if I will use though, recently made my own. :)
User avatar
Maugrim_The_Reaper
DevNet Master
Posts: 2704
Joined: Tue Nov 02, 2004 5:43 am
Location: Ireland

Post by Maugrim_The_Reaper »

I'll be updating a few of my apps from ZF 0.15 soon.

Should note nearly all the improvements listed are only available from the "Incubator" directory of the new release. The "library" directory is much the same as 0.15 albeit with the usual API and functional changes and any new Core components.

The online/packaged documentation is out of sync with the new release :(.
Post Reply