Welcome Guest, Not a member yet? Register   Sign In
Is it possible to have subforder in Controlllers directory
#3

(This post was last modified: 04-08-2020, 01:23 AM by kris2.)

(04-06-2020, 08:57 AM)jreklund Wrote: You need to reference it as App\Controllers\Admin\Admin, as it's an Admin controller inside an Admin folder.

PHP Code:
namespace App\Controllers\Admin

Thank you. I think something is still missing

Class 'App\Controllers\Admin\BaseController' not found

APPPATH/Controllers/Admin/Acticateg.php at line 2

Code:
1 <?php namespace App\Controllers\Admin;
2 class Acticateg extends BaseController {
Reply


Messages In This Thread
RE: Is it possible to have subforder in Controlllers directory - by kris2 - 04-08-2020, 01:21 AM



Theme © iAndrew 2016 - Forum software by © MyBB