1.

How To Access Config Variable In Codeigniter?

Answer»

$this->CONFIG->ITEM(‘VARIABLE NAME’);

$this->config->item(‘variable name’);



Discussion

No Comment Found