Marko Korhonen wrote:
>
> Hi,
>
> I added ajaxContext stuff to my code (1.5 RC1). I also have Zend_Layout
> within my MVC.
>
> Only way I got ajaxContext working was by adding this line in my init()
> method after
> Zend_Layout::startMvc($options);.
>
> $ajaxContext = $this->_helper->ajaxContext()->initContext("html");
>
> If I remove "html" from initContext, ajaxContext does not work.
> Documentation did not indicate that attribute $format is mandatory for
> initContext() method?
>
> Wondering,
> Marko
>
Hi,
I want to use Ajax with my ZF work. I am new to ZF. So, if i try to call my
ajax function in a normal way i.e calling ajax function and requesting
another php file, giving me error. I dont know how to use ajax with ZF work.
Can you plz tell me how to use ajax with ZF and is there any other method or
class i need to use?
Plz reply and give me some soluion.
-mugesh
--
View this message in context:
http://www.nabble.com/ajaxContext-%28and-Layout%29-tp15710411s16154p15975550.html
Sent from the Zend Framework mailing list archive at Nabble.com.