Zugriff auf Konfigurationsvariable im Codesigniter -Controller
// config.php
$config['foo'] = 'bar';
// controller
$this->config->item('foo');
yash dharia
// config.php
$config['foo'] = 'bar';
// controller
$this->config->item('foo');