コード例 #1
0
ファイル: base.php プロジェクト: Spieldy/lord_agenda
 public static function set_db(PDO $db)
 {
     self::$_db = $db;
 }