Welcome Guest, Not a member yet? Register   Sign In
Error when accessing base controller variable
#2

this is how i'm setting some BaseController , class member properties

public function __construct()
{
helper(['text', 'date']);

$this->theTime = now('Australia/Victoria');
$this->theDate = date("d/m/Y",$this->theTime);
}
Reply


Messages In This Thread
RE: Error when accessing base controller variable - by captain-sensible - 07-02-2020, 01:20 PM



Theme © iAndrew 2016 - Forum software by © MyBB