Welcome Guest, Not a member yet? Register   Sign In
How can I add outside code in codeigniter?
#2

You can include the file inside of the main index.php file like you would any other included file (and you'd treat it like any other included file for instantiation of classes/objects, etc).

Alternatively, you could do a MY_Contoller.php in the core which loads them up via the constructor as a library.
Reply


Messages In This Thread
RE: How can I add outside code in codeigniter? - by Kaosweaver - 03-02-2015, 01:55 PM



Theme © iAndrew 2016 - Forum software by © MyBB