Categories


Loading feed
Loading feed
Loading feed

Actions, now with parameters!

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

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

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

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

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

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

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

Jason Gilmore, Editorial Director for Apress Open Source and author of three books, shows you how you too can track his book’s popularity on Amazon. Ok so he also shows you how he used the Zend Framework to build his mashup too.