コード例 #1
0
ファイル: Table.class.php プロジェクト: denson7/phpstudy
 public static function setDefaultAdapter($db)
 {
     self::$_db = $db;
 }