Welcome Guest, Not a member yet? Register   Sign In
Using CI with/without autoload - to fetch AJAX data
#1

[eluser]Ki[/eluser]
I have had a great time setting up my website with CI. Everything works well... however I cam to a point where I use ajax to get data on main page from another page using AJAX. To stramline the site, is there a way to use codegniter without the autoloading that is used in all of the site?
Example:
I use uri_helper, language files and a lot of helpers in most of the pages so they are autoloaded. However, if I want to create an RSS webpage, I do not need all of that autoloading, but I still want to use CI Active Record to fetch data for RSS page. How can I "bypass" autoloading to speed up the site and on a particular page just load CI database class? (I know how load a class...). My concern is that if I create controller RSS externds Controller - that would also trigger all the autoloads that I don't need?


Messages In This Thread
Using CI with/without autoload - to fetch AJAX data - by El Forum - 12-15-2009, 11:49 AM
Using CI with/without autoload - to fetch AJAX data - by El Forum - 12-15-2009, 02:11 PM



Theme © iAndrew 2016 - Forum software by © MyBB