PHP Classes

function insert_id

Recommend this page to a friend!

      Cyber MySQL PDO  >  All threads  >  function insert_id  >  (Un) Subscribe thread alerts  
Subject:function insert_id
Summary:function insert_id
Messages:2
Author:rocco
Date:2014-11-02 09:04:55
 

  1. function insert_id   Reply   Report abuse  
Picture of rocco rocco - 2014-11-02 09:04:55
hello complienti for the class, I have a problem, I added the function insert_id, but it always returns 0 why?
public function insert_id()
{
return $this->db->lastInsertID();
}

  2. Re: function insert_id   Reply   Report abuse  
Picture of Nicholas Oliveira Nicholas Oliveira - 2014-11-03 19:50:46 - In reply to message 1 from rocco
maybe a bug. im gonna fix it