07-04-2007, 12:59 PM
[eluser]unosoft[/eluser]
I am wondering if there was a way that we can load the view and then in the background do some other database inserts.
For example:
$this->load->view(’vquick’);
$this->MTag->insertRecords(); --> I would like this insert to happen in a separate thread so that user does not have to wait for the insert to complete.
Kumar
p.s: Sorry...this is not a cross post. I posted this message in the Lounge forum accidentally earlier.
I am wondering if there was a way that we can load the view and then in the background do some other database inserts.
For example:
$this->load->view(’vquick’);
$this->MTag->insertRecords(); --> I would like this insert to happen in a separate thread so that user does not have to wait for the insert to complete.
Kumar
p.s: Sorry...this is not a cross post. I posted this message in the Lounge forum accidentally earlier.