Thread: ExtJS and ZF
View Single Post
  #1 (permalink)  
Old 04-03-2008, 12:18 PM
indrajit_bin_rahwana indrajit_bin_rahwana is offline
Junior Member
 
Join Date: Apr 2008
Posts: 2
Question 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
Attached Images
File Type: jpg zf-extjs.jpg (6.9 KB, 37 views)
Reply With Quote