CodeIgniter Forums
Ext.js + CodeIgniter (example application) - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Ext.js + CodeIgniter (example application) (/showthread.php?tid=2297)



Ext.js + CodeIgniter (example application) - El Forum - 07-27-2007

[eluser]alexsancho[/eluser]
I want to share this little experiment. There's a custom implementation of ext framework with CI to provide a single interface to deal with db operations. The demo shows a user management grid with add, update, delete, list and search features.

Code is available for download, i love to see your comments and suggestions.

Happy coding


Ext.js + CodeIgniter (example application) - El Forum - 07-28-2007

[eluser]phpwebdev[/eluser]
Hi Great example.

But can Your send (to me) or post here more installation instruction.
Another request can Your develop more example with another Ext.js module ?


Regards
phpwebdev


Ext.js + CodeIgniter (example application) - El Forum - 07-28-2007

[eluser]alexsancho[/eluser]
Hi, to run the example, you need a PHP5 enabled host with mysql, copy zip contents inside CI folder and import sql file, that's all.
About your request, i'm working with the file upload widget now, i publish it when finished. There's any other module you wish to see running?


Ext.js + CodeIgniter (example application) - El Forum - 07-28-2007

[eluser]gunter[/eluser]
is it possible to sort the table without reloading?


Ext.js + CodeIgniter (example application) - El Forum - 07-28-2007

[eluser]alexsancho[/eluser]
Sure, just change
Code:
remoteSort: true
to false in data.store and it only sort visible records


Ext.js + CodeIgniter (example application) - El Forum - 07-28-2007

[eluser]Chris The Techie[/eluser]
Nice example. I'm currently researching the replacement of my company's (unfortunate) usage of Telerik RadControls with Ext.js but integrating it with ASP.Net. It's nice to see a clean example without the insane language ties of ASP.Net for example.

Now if only I could persuade them to switch the back end to CI ;-)


Ext.js + CodeIgniter (example application) - El Forum - 01-28-2008

[eluser]Unknown[/eluser]
good work man Smile


Ext.js + CodeIgniter (example application) - El Forum - 01-29-2008

[eluser]Edemilson Lima[/eluser]
Ouch! Your example hung my Firefox for 15 seconds or more... :ohh:


Ext.js + CodeIgniter (example application) - El Forum - 01-29-2008

[eluser]Craig A Rodway[/eluser]
Ouch, 119kb of javascript. :ohh: Now I know why I don't use ExtJS I suppose Smile


Ext.js + CodeIgniter (example application) - El Forum - 02-16-2009

[eluser]Amit Patel[/eluser]
Thanks alexsancho

It is good example for Ext js with Codeigniter.

Can you give me exact folder structure. As i create CI folder and copy all zip content to that folder but it can not work please give me exact structure.

Thanks and regards,
---Amit Patel