Welcome Guest, Not a member yet? Register   Sign In
Populating an array of objects using CI's load->model() functionality
#2

[eluser]n0xie[/eluser]
Have you tried:
Code:
$txd = array('somename', 'someothername');
$this->load->model('my_tx_detail_model', $txd[0]);
$this->load->model('my_tx_detail_model', $txd[1]);

$this->somename->...
$this->someothername->...

Or maybe I didn't understand the question.


Messages In This Thread
Populating an array of objects using CI's load->model() functionality - by El Forum - 04-21-2010, 04:05 AM



Theme © iAndrew 2016 - Forum software by © MyBB