Folder in Controllers |
Hi
I created an Admin folder in Controllers. And inside the Admin folder the file Home.php as BaseController class. Not found this file and error 404. Should not find automatic?
./app/Controllers/Admin
Home Controller: PHP Code: <?php namespace App\Controllers\Admin; To access: http://yoursite/Admin/home Remember all folders are now namespaces. What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
Missed this:
use App\Controllers\BaseController; In the root controllers is not required. Thanks ![]() |
Welcome Guest, Not a member yet? Register Sign In |