Skip to content

There is a issue while loading config file  #1

Description

@rravichaudhary

public function __construct()
{
$this->_CI =& get_instance();

    $this->_CI->config->load('ios', TRUE);

    $config = $this->_CI->config->item('ios');

    foreach ($config as $key => $value)
    {
        $this->$key = $value;
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions