Welcome Guest, Not a member yet? Register   Sign In
$conf
#1

[eluser]stevea[/eluser]
I'm seeing references to a $conf array, but don't see where it was created. Is this something within CI?

The lines below are from an "editor" controller.

Code:
$conf['img_path'] = $this->config->item('img_path', 'uploader_settings');
$conf['allow_resize'] = $this->config->item('allow_resize', 'uploader_settings');
$config['allowed_types'] = $this->config->item('allowed_types', 'uploader_settings');
$config['max_size'] = $this->config->item('max_size', 'uploader_settings');

Thanks for any help.
Steve
#2

[eluser]InsiteFX[/eluser]
,/application/config/config.php
#3

[eluser]stevea[/eluser]
/application/config/config.php has a config array but I don't see anything in there about a conf array.

Steve
#4

[eluser]CroNiX[/eluser]
Edit: I take that back. It looks custom, so you'd have to look more in your code.




Theme © iAndrew 2016 - Forum software by © MyBB