February 18th, 2009
I started this video thinking it would be short and it ended up close to 30 minutes. If you find these videos too long, please let me know and I’ll break them up.
In my own defense, this video covers a lot of ground. I introduce JQuery and immediately put it to work for sending and receiving JSON requests to our Zend_Controller. The JSON is automatically generated from a set of PHP classes in a PHP array, thanks to Zend_Json.
also, download the project file for this episode.
Topics: AJAX, zend_controller |
Tags: AJAX, dto, jquery, json, zend_json
Posted in AJAX, zend_controller |
16 Comments »
January 28th, 2009
This video covers the Zend_Session_Namespace class. It’s a short introduction to how we can use this object to simplify passing data from Zend_Controller action to another during a user’s stay on our web application.
Topics: zend_controller |
Tags: actions, session, zend_controller, zend_session_namespace
Posted in zend_controller |
7 Comments »
January 21st, 2009
A look at how you can create custom routes and pass parts of your query string into a Zend_Controller as a named parameter.
Topics: zend_controller |
Tags: routing, zend_controller, zend_route
Posted in zend_controller |
7 Comments »
December 31st, 2008
The last video in a series showing how to setup the Zend Framework from scratch. This video goes through the steps required to create a Zend_Controller for handling error reporting as well as creating the main IndexController. Zend_Layout is also briefly mentioned as part of the MVC setup.
Topics: zend_controller, zend_layout, zend_mvc |
Tags: errorhandling, mvc, quickstart, Zend, zend_controller, zend_layout
Posted in zend_controller, zend_layout, zend_mvc |
20 Comments »