Answers for "call config variable in view codeigniter"

PHP
0

access config variable in codeigniter controller

// config.php
$config['foo'] = 'bar';

// controller
$this->config->item('foo');
Posted by: Guest on March-15-2021

Code answers related to "call config variable in view codeigniter"

Browse Popular Code Answers by Language