Welcome Guest, Not a member yet? Register   Sign In
View cell controllers in a folder
#6

(This post was last modified: 08-20-2020, 08:40 AM by jreklund.)

Hi, this should do the trick.

PHP Code:
namespace App\Controllers\ViewCells;

use \
App\Controllers\BaseController;
// rest as is 

or

PHP Code:
namespace App\Controllers\ViewCells;

class 
DialogSound extends \App\Controllers\BaseController
// rest as is 
Reply


Messages In This Thread
View cell controllers in a folder - by legon614 - 08-19-2020, 11:14 AM
RE: View cell controllers in a folder - by jreklund - 08-20-2020, 08:39 AM



Theme © iAndrew 2016 - Forum software by © MyBB