CodeIgniter Forums
My View JUST BLANK! - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: My View JUST BLANK! (/showthread.php?tid=11728)



My View JUST BLANK! - El Forum - 09-21-2008

[eluser]anggie[/eluser]
I have a short question...

Can I load a model within my model??

I just wondering when I do that, my view was blank...

Thanks...


My View JUST BLANK! - El Forum - 09-21-2008

[eluser]Jamie Rumbelow[/eluser]
If a view is blank, a PHP error has occured and your build of PHP doesn't display errors.

Try setting display_errors to 1


My View JUST BLANK! - El Forum - 09-21-2008

[eluser]anggie[/eluser]
Thanks for fast reply...

I'll try...


My View JUST BLANK! - El Forum - 09-21-2008

[eluser]sikkle[/eluser]
I suggest that you try to prevent loading model within a model.

That is not fully supported built-in.

Good luck !