Welcome Guest, Not a member yet? Register   Sign In
Config Static Variables Not Working
#7

(08-03-2021, 09:36 PM)paulbalandan Wrote: What is the visibility of $this->config in BaseCOntroller? If set to private, AdminController can't access it. Needs to be at least protected or public.

I am just accessing it using
PHP Code:
$this->config config('My_config'); 
and then calling its method 
PHP Code:
$this->config::load_values(); 
to populate static variables of the config class.
As per documentation

// Get shared instance with config function
$config = config('Pager');
Reply


Messages In This Thread
Config Static Variables Not Working - by myo - 08-03-2021, 06:08 AM
RE: Config Static Variables Not Working - by myo - 08-03-2021, 08:08 PM
RE: Config Static Variables Not Working - by myo - 08-03-2021, 09:56 PM
RE: Config Static Variables Not Working - by myo - 08-03-2021, 10:37 PM
RE: Config Static Variables Not Working - by myo - 08-04-2021, 02:52 AM
RE: Config Static Variables Not Working - by myo - 08-04-2021, 09:03 AM
RE: Config Static Variables Not Working - by myo - 08-05-2021, 03:57 AM
RE: Config Static Variables Not Working - by myo - 08-06-2021, 06:43 AM



Theme © iAndrew 2016 - Forum software by © MyBB