Added by Andries Seutens, last edited by Andries Seutens on Oct 04, 2006

Labels

 
(None)

Andries Seutens

Andries Seutens - Modern Web Development ยป Zend Framework
(Just another developers blogs)
Zend_Form and 2 step view demo
Dear reader, A lot of you are waiting to finally get their hands on Zend_Form. Since my previous demo was such a success, I have decided to wrap up another demo application. This demo will show the usage of Zend_Form, and how to integrate a 2 step view in the Zend Framework (note that it doesn’t [...]
Zend Framework Demo app - feed reader
I have written a small demo app for those of you looking for a quick start with Zend Framework. You can view, and download the demo at: http://andries.systray.be/zf-demos/feed-reader/ The download package contains: - Zend Framework 1.0.0 - A conventional directory structure - A bootstrap file - An index controller (welcome page) - An error controller (404, and other application errors) - A feed [...]
Zend Framework, just get me started, okay?
If you are looking for a quick way to get started with the Zend Framework, then you should download this file. This download has a default setup for the Zend Framework, including: A conventional directory structure A bootstrap file A configuration file with 2 stages: production, staging An error controller An index controller etc The only thing you need to do (if [...]
Zend Framework - Zend.php rewritten
A few weeks ago, after some discussion with Darby Felton, Darby created a Jira issue, which stated that the recommended directory structure and use of svn:externals are incompatible. The recommended directory structure cannot be maintained by svn:externals because Zend.php is sibling to the Zend/ directory. The svn:externals property only works upon directories, not files. An [...]
YouTube proposal for the Zend Framework
Today, I submitted a proposal for Zend_Service_Youtube. This component will offer a lightweight wrapper for using the YouTube API. It will allow you to easily integrate online videos from YouTube into your application. Make sure to read through the proposal, and post your comments.