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.
From Sencha - Learn
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!
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.
