コード例 #1
0
 function __construct()
 {
     parent::__construct();
     $this->mod_u = new UsuarioModel();
     $this->mod_tc = new TipocomModel();
     $this->mod_v = new VehiculoModel();
     $this->mod_p = new PagoModel();
 }
コード例 #2
0
 function __construct()
 {
     parent::__construct();
     $this->mod_mar = new MarcaModel();
 }
コード例 #3
0
 function __construct()
 {
     parent::__construct();
 }
コード例 #4
0
 function __construct()
 {
     parent::__construct();
     $this->mod_r = new RolModel();
 }
コード例 #5
0
 function __construct()
 {
     parent::__construct();
     $this->mod_tv = new TipovehModel();
     $this->mod_mod = new ModeloModel();
 }