zend framework

Zend Framework 1.8.2 Released

Posted by Dave on May 27, 2009 in zend framework

This is a maintenance release but well worth upgrading to of course.
The Zend Framework team is pleased to announce the immediate
availability of the 1.8.2 release. This release is the second
maintenance release in the 1.8 series.  Fixes for this release focus on
Zend_Db and autoloading improvements. In all, over 50 issues were closed
for the release.
With the introduction […]

Zend Framework 1.8.0 released!

Posted by Dave on April 30, 2009 in zend framework

Zend Framework 1.8.0 has been released. This is the first in the 1.8 series of releases. You can get it here:
http://framework.zend.com/download/latest
Over 200 bug and feature fixes have been added for this minor
release!
Here is list of the primary feature additions for Zend Framework 1.8.0:

Zend_Tool, contributed by Ralph Schindler
Zend_Application, contributed by Ben Scholzen and Matthew Weier O’Phinney
Zend_Loader_Autoloader […]

Getting Started With Zend Framework

Posted by Dave on March 22, 2009 in zend framework

The Zend Framework library is based around the MVC (Model, View, Controller) and Front Controller design patterns. The Front Controller is the point of entry for all requests that are NOT being served up directly by your web server. Such requests include style sheets, javascript, images and other static files. Zend Framework implements the front […]

Zend Filter StripTags XSS Vulnerability

Posted by Dave on March 20, 2009 in zend framework

Just a heads up to those using the Zend Framework. Wil Sinclair posted the following to the Zend Framework announcements mailing list:
The Zend Framework team was recently notified of an XSS attack vector in its Zend_Filter_StripTags class. Zend_Filter_StripTags offers the ability to strip HTML tags from text, but also to selectively choose which tags and […]