04-30-2009, 08:42 AM
[eluser]0plus1[/eluser]
I have some common files in my project like footer.php, menu.php etc..
Normally I would include them like so:
What is the best practice to do this in CI?
I have some common files in my project like footer.php, menu.php etc..
Normally I would include them like so:
Code:
include 'footer.php';
What is the best practice to do this in CI?