Welcome Guest, Not a member yet? Register   Sign In
insertID()
#4

Try this, it's working for me

PHP Code:
protected $table 'Clients';

public function 
__construct()
{
      
$this->dbConn = \Config\Database::connect();
      
$this->managers $this->dbConn->table($this->table);

public function 
insertSomething(){
    
//your insert code
    
return $this->dbConn->insertID();

Tafsir NU adalah sebuah aplikasi yang berisi kumpulan kajian kitab kuning yang disampaikan oleh Kiai Nahdhotul Ulama seperti Gus Baha, gus mus, dan kiai lainnya dalam format audio.
Reply


Messages In This Thread
insertID() - by superior - 11-19-2016, 03:25 PM
RE: insertID() - by ridho - 11-19-2016, 05:19 PM
RE: insertID() - by superior - 11-19-2016, 05:46 PM
RE: insertID() - by ridho - 11-19-2016, 08:03 PM



Theme © iAndrew 2016 - Forum software by © MyBB