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

BaseController are in the \App\Controllers\BaseController and needs to have it's full reference or you need to specify use.

PHP Code:
<?php namespace App\Controllers\Admin;
class 
Acticateg extends \App\Controllers\BaseController 

PHP Code:
<?php namespace App\Controllers\Admin;

use \
App\Controllers\BaseController;

class 
Acticateg extends BaseController 
Reply


Messages In This Thread
RE: Is it possible to have subforder in Controlllers directory - by jreklund - 04-08-2020, 09:23 AM



Theme © iAndrew 2016 - Forum software by © MyBB