CodeIgniter Forums
Trying to redo the first video tutorial - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Trying to redo the first video tutorial (/showthread.php?tid=19139)



Trying to redo the first video tutorial - El Forum - 05-29-2009

[eluser]Unknown[/eluser]
Hello guys!

Kind of late, but I wanted to follow the video tutoral.

Except I'm stuck at the very first steps :

I created blog.php in the controller folder with the same code, and also the view with it in the "views" folder.

The problem is that :
Code:
$this->load->view('blog_view')

doesn't load the view.

I tried to replace within the controller Welcome but it doesn't load and I end with a blank page.

If anyone has an idea, let me know !

Thank you in advance.


Trying to redo the first video tutorial - El Forum - 05-29-2009

[eluser]Unknown[/eluser]
MY bad, found the error!

But is there a way to close the thread or delete it ?