Welcome Guest, Not a member yet? Register   Sign In
Error loading an template view
#3

[eluser]CroNiX[/eluser]
You've already loaded the view into the $contenido variable in your controller. Just
Code:
echo $contenido;
in your template instead of
Code:
<?php $this->load->view($contenido); ?>


Messages In This Thread
Error loading an template view - by El Forum - 08-24-2012, 11:05 AM
Error loading an template view - by El Forum - 08-24-2012, 11:10 AM
Error loading an template view - by El Forum - 08-24-2012, 11:12 AM
Error loading an template view - by El Forum - 08-24-2012, 11:16 AM
Error loading an template view - by El Forum - 08-24-2012, 12:31 PM



Theme © iAndrew 2016 - Forum software by © MyBB