Welcome Guest, Not a member yet? Register   Sign In
Equivalent of 'include' statement
#5

[eluser]Clooner[/eluser]
[quote author="John_Betong" date="1277317936"]
Sometimes I use this quick way inside a view and it works Smile
Code:
<?php echo include '_view_snippet_to_include.php';

What are the advantages or disadvantages?
[/quote]
You'll be able to pass parameters to it and it goes through the loader/output procedures of CI which makes you be able to use hooks or overwrite it... Basically it will be more flexible!


Messages In This Thread
Equivalent of 'include' statement - by El Forum - 06-23-2010, 04:03 AM
Equivalent of 'include' statement - by El Forum - 06-23-2010, 04:07 AM
Equivalent of 'include' statement - by El Forum - 06-23-2010, 04:54 AM
Equivalent of 'include' statement - by El Forum - 06-23-2010, 07:32 AM
Equivalent of 'include' statement - by El Forum - 06-23-2010, 07:45 AM
Equivalent of 'include' statement - by El Forum - 06-23-2010, 07:47 PM



Theme © iAndrew 2016 - Forum software by © MyBB