Beispiel #1
0
 public function getLastId()
 {
     $lastid = new Model_Entry();
     return $lastid->getLastInsertId();
 }