Actions, now with parameters!
by NirTayeb |
11 comments | Friday, December 28, 2007
Zend_Controller_Action is the parent of all of the controllers in your application. This short tutorial shows how to pass parameters into your actions from the query string.
Zend Framework 1.0.1 Releases
by zend_darby |
0 comments | Tuesday, July 31, 2007
It is my pleasure to announce the release of Zend Framework 1.0.1. This mini release includes fixes for 33 issues since the 1.0.0 release only a month ago. These issues are generally bug fixes and improvements, though some feature additions have been included with this release.
Zend Framework 1.0.0RC2 Released
by bkarwin |
6 comments | Friday, June 8, 2007
We’re pleased to announce Zend Framework 1.0.0 Release Candidate 2. Download it from http://framework.zend.com/ This is the home stretch toward 1.0! Everyone has worked very hard for many months, and we are very close to finishing what we set out to do with Zend Framework 1.0.
Zend Framework 1.0.0 RC1 released
by bkarwin |
2 comments | Tuesday, May 29, 2007
This is the home stretch toward 1.0! Everyone has worked very hard for many months, and we are very close to finishing what we set out to do with Zend Framework 1.0. This Release Candidate is intended to show the complete set of features Zend Framework 1.0 has. Following the final 1.0 release, Zend Framework will continue to grow and improve, but there will be a great emphasis on maintaining backward-compatibility. That has been the mission of Zend Framework from the beginning, to provide a professional web framework with quality and stability.
Tutorial : Using Zend Framework Without PDO
by david_coallier |
12 comments | Friday, January 12, 2007
This is a very quick tutorial on how to allow developers to develop using the Zend Framework without having to or being able to install PDO on their servers.
Zend Framework Hidden Gems: Zend_Db
by aaronwormus |
8 comments | Friday, December 15, 2006
Welcome back for another edition of Zend Framework Hidden Gems. Finally we start on the weird and wonderful world of database abstraction with PHP5, PDO and Zend. Before we get started with the mechanics of how Zend Framework handles database abstraction, we need to cover some database abstraction theory so that we understand why we are jumping through hoops and which hoops we are jumping through.
Zend Framework, JSON, and Del.icio.us
by jwhittenburg |
6 comments | Monday, September 18, 2006
del.icio.us is a social linking site to store web links. Some one afternoon while messing around Zend Framework I had the idea that it might be nice to add my Del.icio.us links to my homepage. This sounds easy enough as Del.icio.us makes available an RSS feed for this purpose. However, there is one problem; Zend_Feed does not seem to be able to parse this particular RSS feed. Click on inside for full details and how to get things working.
Automating Amazon research with the Zend Framework
by Cal Evans (editor) |
0 comments | Thursday, July 20, 2006
