示例#1
0
 public function __construct($params, $interface = "InterfaceProducao.html")
 {
     $this->producao = new ModelProducao();
     $this->producaoDAO = new ProducaoDAO();
     parent::__construct($params, $interface);
     parent::paginado($this->producao, 15);
 }
示例#2
0
 public function __construct($params, $interface = "InterfaceUsuario_Sistema.html")
 {
     $this->usuario = new ModelUsuario_Sistema();
     parent::__construct($params, $interface);
     parent::paginado($this->usuario, 25);
 }