Welcome Guest, Not a member yet? Register   Sign In
Using model in a model
#1

[eluser]sigma[/eluser]
Hello

I've got following Problem:
I'd like to use a model in an other model. Something like this:
Code:
class Location extends Model{
      public function get($ID){
                //Other Stuff
                $this->load->model('locationType');
                $this->locationType->setID($result->LocationTypeID);
                $this->locationType->setTitle($result->TypeTitle);
                $this->_locationType = $this->locationType;
                //Other Stuff
    }
}

But there is allways following error-message:
Quote:A PHP Error was encountered

Severity: Notice

Message: Undefined property: Location::$locationType

Filename: models/location.php

Line Number: 62

Can anybody help me please?

Greets


Messages In This Thread
Using model in a model - by El Forum - 01-25-2008, 03:09 AM
Using model in a model - by El Forum - 01-25-2008, 03:32 AM
Using model in a model - by El Forum - 01-25-2008, 03:32 AM
Using model in a model - by El Forum - 01-25-2008, 03:40 AM
Using model in a model - by El Forum - 01-25-2008, 03:49 AM
Using model in a model - by El Forum - 01-25-2008, 03:52 AM
Using model in a model - by El Forum - 01-25-2008, 03:56 AM
Using model in a model - by El Forum - 01-25-2008, 11:37 AM
Using model in a model - by El Forum - 01-25-2008, 03:33 PM
Using model in a model - by El Forum - 01-25-2008, 04:07 PM
Using model in a model - by El Forum - 01-25-2008, 04:22 PM
Using model in a model - by El Forum - 01-25-2008, 07:44 PM
Using model in a model - by El Forum - 09-20-2009, 09:20 PM
Using model in a model - by El Forum - 09-20-2009, 09:43 PM
Using model in a model - by El Forum - 09-21-2009, 10:53 AM
Using model in a model - by El Forum - 09-21-2009, 11:12 AM
Using model in a model - by El Forum - 09-21-2009, 01:12 PM
Using model in a model - by El Forum - 09-22-2009, 07:24 PM
Using model in a model - by El Forum - 10-03-2009, 02:09 PM
Using model in a model - by El Forum - 05-21-2013, 09:18 AM



Theme © iAndrew 2016 - Forum software by © MyBB