Welcome Guest, Not a member yet? Register   Sign In
access to subFolder from subFolder
#1

[eluser]Mutsop[/eluser]
Hi,

I'm new to codeigniter and am quite excited to start my first application Big Grin

But as every rookie in this world, there are always "Brain hurters".

So.... As stated in this title:
I'm trying to access a view in a subfolder from a controller thats also set in a subfolder.

Example:
Controller: admin/login.php
View: admin/login.php

So in the controller I set
Code:
$this->load->view('admin/login', $data);

But I do get a 404 page.

When my controller is in the root of the controller folder it does work but not from a subfolder.

I also tried:
Code:
$this->load->view('../admin/login', $data);

But no use

Any help?

Kind regards
Muts (not real name :p)


Messages In This Thread
access to subFolder from subFolder - by El Forum - 11-03-2010, 06:45 AM
access to subFolder from subFolder - by El Forum - 11-03-2010, 07:27 AM
access to subFolder from subFolder - by El Forum - 11-03-2010, 07:43 AM
access to subFolder from subFolder - by El Forum - 11-03-2010, 08:13 AM
access to subFolder from subFolder - by El Forum - 11-03-2010, 08:22 AM
access to subFolder from subFolder - by El Forum - 11-03-2010, 08:26 AM



Theme © iAndrew 2016 - Forum software by © MyBB