Welcome Guest, Not a member yet? Register   Sign In
Adding Folders inside the Views Folder
#1

[eluser]pdxbenjamin[/eluser]
In my project folder I have this structure.

config
controllers
errors
libraries
models
views

I'd like this...

config
controllers
errors
libraries
models
views
->admin
->store
->otherjunk


I can't seem to access files inside of a folder inside of the views folder.



Thanks.
#2

[eluser]theprodigy[/eluser]
you should be able to no problem. Just make sure you put the folder name in the call to load the view.

Code:
$this->load->view('store/cart');
// or
$this->load->view('admin/login');




Theme © iAndrew 2016 - Forum software by © MyBB