Variable de configuration d'accès dans le contrôleur CodeIgniter

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

// controller
$this->config->item('foo');
yash dharia