コード例 #1
0
ファイル: Programacao.php プロジェクト: jovanepires/sige
 public function __construct($dados)
 {
     $this->__mConstruct();
     $this->i18n();
     $this->dados['content'] = $this->gerarItens($dados);
     parent::__construct("PROGRAMACAO", $this->dados);
 }
コード例 #2
0
ファイル: FolhaPresenca.php プロジェクト: jovanepires/sige
 public function __construct($dados)
 {
     $this->__mConstruct();
     $this->i18n();
     $this->dados_itens['empty_rows'] = $this->gerarLinhasTabelaEmBranco(50, 3);
     $this->dados['content'] = $this->gerarItens($dados);
     parent::__construct("FOLHA_PRESENCA", $this->dados);
 }