Posts Tagged ‘ajax’

Widgets with the Zend Framework and Smarty

Saturday, October 27th, 2007

Provided that you have checked my earlier tutorial on how to make instatiable controllers you could now use that functionality to create a widget system with Smarty.... Read More

Marrying the Zend Framework and HTML Ajax

Monday, October 15th, 2007

Update: Since writing this I’ve instead started using jQuery for my Ajax needs, you should too, or MooTools maybe. I’ve written a new piece demonstrating how jQuery can be used with ZF.... Read More

HTML Ajax

Monday, October 15th, 2007

Update: I don’t use this framework anymore my favorite way of communicating with the server is now the $.post method of jQuery.... Read More