Welcome Guest, Not a member yet? Register   Sign In
Set value doesn,t return the value CI 2.0
#5

[eluser]JuanitoDelCielo[/eluser]
Yes but its the same. If you read the Loader.php code you will find this:

Code:
function view($view, $vars = array(), $return = FALSE)
{
    return $this->_ci_load(array('_ci_view' => $view, '_ci_vars' => $this->_ci_object_to_array($vars), '_ci_return' => $return));
}

...

function _ci_object_to_array($object)
{
    return (is_object($object)) ? get_object_vars($object) : $object;
}

get_object_vars


Messages In This Thread
Set value doesn,t return the value CI 2.0 - by El Forum - 03-25-2011, 09:59 AM
Set value doesn,t return the value CI 2.0 - by El Forum - 03-25-2011, 10:42 AM
Set value doesn,t return the value CI 2.0 - by El Forum - 03-25-2011, 11:33 AM
Set value doesn,t return the value CI 2.0 - by El Forum - 03-25-2011, 12:11 PM
Set value doesn,t return the value CI 2.0 - by El Forum - 03-25-2011, 12:58 PM
Set value doesn,t return the value CI 2.0 - by El Forum - 03-28-2011, 01:05 PM



Theme © iAndrew 2016 - Forum software by © MyBB