コード例 #1
0
ファイル: model_pais.php プロジェクト: affuentes/MVC
 public function __construct($IdPais, $Nombre)
 {
     $this->IdPais = $IdPais;
     $this->Nombre = $Nombre;
     parent::__construct();
 }