コード例 #1
0
ファイル: RMongo.php プロジェクト: kotarac/rockmongo
 static function setLastInsertId($lastId)
 {
     self::$_lastId = $lastId;
 }