CodeIgniter Forums
.inc file - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: .inc file (/showthread.php?tid=12194)



.inc file - El Forum - 10-09-2008

[eluser]chinedubond[/eluser]
hello ,
I ave an .inc file that i need to talk to.

Please how do you integrate an .inc file as a plugin?
i learnt ci only communicates with .php file.
please help

Thank you.


.inc file - El Forum - 10-09-2008

[eluser]Randy Casburn[/eluser]
Rename the file? :lol:

OK, just kidding. Regular old PHP include, include_once, require, require_once all work just fine with CI.

Randy