Tag Archives: jquery
Autocomplete Control with ZendX_JQuery
In the last video, I discussed ZendX_JQuery integration. Now we’re going to take it a step further by developing our own jQuery autocomplete control, using a country list, PHP 5.3 and anonymous functions. Grab a copy of the project or browse the repository.
Working with ZendX_JQuery
I’ve received a lot of feedback about jQuery integration in the Zend Framework. This little video will show you how you can quickly integrate jQuery and jQuery UI into your Zend Framework project. Grab a copy of the project or browse the repository.
Zend View Helpers with AJAX
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…
Introducing Zend View Helpers
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.
