Welcome Guest, Not a member yet? Register   Sign In
Get $active_group?
#5

[eluser]Dam1an[/eluser]
Could you not do something like
Config:
Code:
$config['active_group'] = "default";

Database:
Code:
$active_record = $this->config->item('active_group');

And then you can just get the value via the config class
(Note: This has not been tested, but should work non the less)


Messages In This Thread
Get $active_group? - by El Forum - 04-22-2009, 11:12 AM
Get $active_group? - by El Forum - 04-22-2009, 11:31 AM
Get $active_group? - by El Forum - 04-22-2009, 12:41 PM
Get $active_group? - by El Forum - 04-22-2009, 12:47 PM
Get $active_group? - by El Forum - 04-22-2009, 01:42 PM
Get $active_group? - by El Forum - 07-08-2011, 02:48 AM



Theme © iAndrew 2016 - Forum software by © MyBB