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

(08-20-2020, 08:39 AM)jreklund Wrote: 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 

OMG it did! You are a legend! Thank you very much Smile Proof of my lacking PHP skills.

While you are here.... do you know if it's bad for performance to have 3-6 of these view cells on a single page? I have a template and I rather not have all data put into it. It becomes a mess quickly.
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 legon614 - 08-20-2020, 09:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB