CodeIgniter Forums
What php variable is the path to the views folder? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Installation & Setup (https://forum.codeigniter.com/forumdisplay.php?fid=9)
+--- Thread: What php variable is the path to the views folder? (/showthread.php?tid=68309)

Pages: 1 2 3


RE: What php variable is the path to the views folder? - desbest - 06-23-2017

It works now. Thank you. This stuff should be in the tutorial section.


RE: What php variable is the path to the views folder? - Martin7483 - 06-23-2017

I think the tutorial assumes that you have a basic understanding of htaccess files and how one should route to assets.

Everything you need to know about using base_url and related methods is fully documented. The problem you had is not at all related to CodeIgniter