slax0rr / BaseController

Base controller for CodeIgniter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Default value as config options

slax0rr opened this issue · comments

Current default values are enforced with class properties, those can be overridden by the child controller class, but in some cases some default values have to be overridden in all child controller classes, in such case, it would be better to have the user define those default values in a config file.