This is a migrated thread and some comments may be shown as answers.

Implementation In Zend Framework

4 Answers 167 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Nazrul
Top achievements
Rank 1
Nazrul asked on 17 Dec 2011, 09:15 PM
I am PHP developer. Can anybody tell me how Kendo UI can be integrated with Zend_View.
Thank you 

4 Answers, 1 is accepted

Sort by
0
Nikolay Rusev
Telerik team
answered on 19 Dec 2011, 01:17 PM
Hello Nazrul,

KendoUI can communicate with any server technology. All you need is to return valid JSON output from the server:
http://framework.zend.com/manual/en/zend.json.basics.html
http://stackoverflow.com/questions/3715700/zend-framework-json-output

Regards,
Nikolay Rusev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Damir
Top achievements
Rank 1
answered on 07 Mar 2012, 07:37 PM
Hi,

I use also Zend Framework and your example "Grid Editing " integration from JSON doesn't work! I set the valid jason header in ZEND Framework and in Firebug I can see that the HTTP-Response is 200 and I can see in Firbug the entries from Jason, all groups and all values in the correct form! But in the table (from your example code) from KendoUI, I see nothing....

Why???

Best regards
Damir
0
Nikolay Rusev
Telerik team
answered on 08 Mar 2012, 04:29 PM
Hello Damir,

Unfortunately from the information we cannot determine what the problem might be. You can find sample of Grid binding in PHP in the repository bellow:
https://github.com/telerik/kendo-examples-php/tree/master/northwind

Also if you paste the DataSource configuration and the response which is returned from server we might be able to spot possible issues.

Regards,
Nikolay Rusev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Damir
Top achievements
Rank 1
answered on 08 Mar 2012, 08:09 PM
Hi,

sorry... the mistake was in my source. I changed your example to json (from jsonp) and changed the data source....

Best regards
Tags
General Discussions
Asked by
Nazrul
Top achievements
Rank 1
Answers by
Nikolay Rusev
Telerik team
Damir
Top achievements
Rank 1
Share this question
or