コード例 #1
0
ファイル: Entry.php プロジェクト: xtianjs/code_examples
 public function getLastId()
 {
     $lastid = new Model_Entry();
     return $lastid->getLastInsertId();
 }