コード例 #1
0
ファイル: RegisterModel.php プロジェクト: al223jw/PHP-Project
 public function __construct($DAL)
 {
     self::$userDAL = $DAL;
 }