Welcome Guest, Not a member yet? Register   Sign In
Feature Request:
#3

[eluser]Unknown[/eluser]
I think you're misunderstanding me. I know you have to get it by calling the db object. i want the insert id to be in the returned db object. like

Code:
// i want this
$result = $this->db->query($q);
$result->num_rows();
$result->insert_id();

// its like this now
$result = $this->db->query($q);
$result->num_rows();
$this->db->insert_id();

Make sense?


Messages In This Thread
Feature Request: - by El Forum - 01-13-2008, 07:19 PM
Feature Request: - by El Forum - 01-13-2008, 08:56 PM
Feature Request: - by El Forum - 01-14-2008, 12:43 AM
Feature Request: - by El Forum - 01-14-2008, 01:10 AM
Feature Request: - by El Forum - 01-14-2008, 01:14 AM



Theme © iAndrew 2016 - Forum software by © MyBB