You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you checked your `applications/config/config.php` will see how the line `$config['index_page'] = 'index.php';`
32
29
changed to `$config['index_page'] = 'index2.php';` magically!
33
30
34
31
35
32
## Configuration options
36
33
37
34
There are some configuration options which you can pass to the library in an associative array when you
38
-
performed in code `$this->configwriter->init($config)` or by constructor like `$this->load->library('ConfigWriter', $config);`
35
+
performed in code `$this->configwriter->initialize($config)` or by constructor like `$this->load->library('ConfigWriter', $config);`
39
36
40
37
***file**: (string) This should be set to the file that you want to alter config array. It will default to `config.php`, each name will assume `applications/config/` as search path.
41
38
***variable_name** (string) : The variable name of the array to update. It will default to `$config`.as in file of codeignoter in `config.php`.
0 commit comments