ExtJS and ZF
I am currently building web application using ZF 1.5.1. I use ExtJS 2.0.2 as user interface. I would like to enable data-exchange between ZF and ExtJS. The schema is on attachment (zf-extjs.jpg).
I use Zend_Json::encode() to pass data to temporary data store and then
ExtJS loads that temporary data. My questions are :
1. Is there an easy way to pass data to ExtJS besides one above ?
2. How do I pass data (data that has been processed in Ext JS back to Zend
(DB) ?)
3. Is there any tutorial on the internet about this subject ?
Thanks,
Indrajit
|