Tutorial talk:ExtJs CodeIgniter (Legacy)

This version of our Learning Center is unmaintained.
This article may be out-of-date or contain incorrect information.
Please visit the new Sencha Learning Center for up-to-date material.

Go to the new Sencha Learning Center

From Sencha - Learn

Jump to: navigation, search

Where can i get files(source code) for this tutorials ? Does anyone have it ?

Project Starter - CodeIgniter, ExtJS and Doctrine

If anyone wants to save time integrating CodeIgniter, Doctrine and ExtJS into a development, you might find my blog useful - you can download a project starter integrating these 3 technologies.... hope it helps!

Visit The Code Abode

using views

why dont use views to "echo" the JSON results I mean to je JS controller. ex:

(in the view code) <?php echo '({"total":"' . $rows . '","results":' . $data . '})'; ?> I mean the view became responsible of formation data and showing int by the "echo". the PHP controller just construct the data array and load the view.

This page was last modified on 27 October 2010, at 11:32. This page has been accessed 4,166 times.