| 1 | <?php defined('BASEPATH') OR exit('No direct script access allowed'); |
||
| 3 | class MY_Config extends CI_Config { |
||
| 4 | public function __construct() { |
||
| 7 | |||
| 8 | /** |
||
| 9 | * Set a config file item by index |
||
| 10 | * |
||
| 11 | * @param string $item Config item key |
||
| 12 | * @param string $value Config item value |
||
| 13 | * @param string $index Config item index |
||
| 14 | * @return void |
||
| 15 | */ |
||
| 16 | public function set_item_by_index($item, $value, $index) { |
||
| 19 | } |
||
| 20 |