March 4th, 2009
This is the second part of last weeks tutorial. Here we add some JQuery code and look at how Zend_View_Helper_* classes can be written in such a way that they behave the same when they’re invoked on the server and called asynchronously via an AJAX request.
Feel free to follow along by downloading the project code.
Topics: Zend |
Tags: AJAX, jquery, view helpers, zend_view
Posted in Zend |
12 Comments »
February 25th, 2009
This video covers how to setup and user Zend View Helpers. I also cover how state is managed within the class. Next week I’ll show you how you can use this technique with a bit of AJAX to make those View Helpers shine! I’ll post the project code for both videos with part 2.
Topics: Zend |
Tags: AJAX, bootstrapping, jquery, view helpers, zend_view
Posted in Zend |
1 Comment »
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 |
12 Comments »