Browsing articles tagged with " Ajax"
Apr
17

5 Things: Working with Zend Framework and Ajax

Today I wanted to write about 5 awesome Zend Framework components/helpers that can help you when working with ajax.

isXmlHttpRequest()

This handy little method can eliminate the need to send extra parameters such as /ajax/true/ to let the controller know it’s an Ajax request. read more