Welcome Guest, Not a member yet? Register   Sign In
Include in codeigniter
#1

[eluser]Zed[/eluser]

Hi, can i do an include in codeigniter? eg <?php include ‘mene.php’ ?> if possible, how can i achieve it.

thanks
#2

[eluser]Kamarg[/eluser]
Codeigniter is still just PHP. Do it just like normal.
#3

[eluser]johnpeace[/eluser]
The only time I've seen this, it was the wrong approach.

What are you trying to achieve?

Ask yourself if what you're trying to do could be better achieved by:
- loading a library
- loading a view helper
- loading a partial view

Working within the constructs of the framework will go a long way toward helping you leverage it's features/capabilities to produce more legible, maintainable code.




Theme © iAndrew 2016 - Forum software by © MyBB