Welcome Guest, Not a member yet? Register   Sign In
Newbie array question
#3

[eluser]brixxster[/eluser]
Thanks for the quick reply jhackamack but unfortunately I still got errors.

Here's the snippet of the code I have in the controller...

Code:
$this->load->model('model_membervalidation');
    $data['rows'] = $this->model_membervalidation->memValidate();

    //tried this one I get error -> Message: Undefined index: acct_type
    echo $data['rows']['acct_type'];

    //I get error also -> Message: Trying to get property of non-object
    echo $data['rows']->acct_type;

I don't know what I'm doing wrong here...


Messages In This Thread
Newbie array question - by El Forum - 01-21-2010, 09:05 PM
Newbie array question - by El Forum - 01-21-2010, 09:27 PM
Newbie array question - by El Forum - 01-21-2010, 09:58 PM
Newbie array question - by El Forum - 01-21-2010, 10:03 PM
Newbie array question - by El Forum - 01-21-2010, 10:21 PM
Newbie array question - by El Forum - 01-21-2010, 10:23 PM
Newbie array question - by El Forum - 01-21-2010, 10:28 PM



Theme © iAndrew 2016 - Forum software by © MyBB