コード例 #1
0
 function __construct($id = -1)
 {
     parent::__construct($id);
     $this->load->model("castinglanguage_model", "my_language_model");
     $this->pageTitle = "Casting";
     $this->pageTitleIcon = "ls-ico-user";
 }
コード例 #2
0
 function __construct($id = -1)
 {
     parent::__construct($id);
     $this->pageTitle = "Nacionalidades";
     $this->pageTitleIcon = "fa fa-globe";
 }
コード例 #3
0
 function __construct($id = -1)
 {
     parent::__construct($id);
     $this->pageTitle = "Estado cívil";
     $this->pageTitleIcon = "fa fa-balance-scale";
 }
コード例 #4
0
 function __construct($id = -1)
 {
     parent::__construct($id);
     $this->pageTitle = "Produtos / Serviços";
     $this->pageTitleIcon = "fa fa-barcode";
 }
コード例 #5
0
 function __construct($id = -1)
 {
     parent::__construct($id);
     $this->pageTitle = "Idiomas";
     $this->pageTitleIcon = "fa fa-language";
 }
コード例 #6
0
 function __construct($id = -1)
 {
     parent::__construct($id);
     $this->pageTitle = "Funções";
     $this->pageTitleIcon = "fa fa-wrench";
 }
コード例 #7
0
 function __construct($id = -1)
 {
     parent::__construct($id);
     $this->pageTitle = "Usuários";
     $this->pageTitleIcon = "fa fa-users";
 }
コード例 #8
0
 function __construct($id = -1)
 {
     parent::__construct($id);
 }
コード例 #9
0
 function __construct($id = -1)
 {
     parent::__construct($id);
     $this->pageTitle = "Perfis";
     $this->pageTitleIcon = "fa fa-street-view";
 }
コード例 #10
0
 function __construct($id = -1)
 {
     parent::__construct($id);
     $this->pageTitle = "Fornecedores";
     $this->pageTitleIcon = "fa fa-truck";
 }
コード例 #11
0
 function __construct($id = -1)
 {
     parent::__construct($id);
     $this->pageTitle = "Cabelos (Cores)";
     $this->pageTitleIcon = "fa fa-hand-scissors-o";
 }
コード例 #12
0
 function __construct($id = -1)
 {
     parent::__construct($id);
     $this->pageTitle = "Backups";
     $this->pageTitleIcon = "fa fa-download";
 }
コード例 #13
0
 function __construct($id = -1)
 {
     parent::__construct($id);
     $this->pageTitle = "Olhos (Cores)";
     $this->pageTitleIcon = "fa fa-eye";
 }
コード例 #14
0
 function __construct($id = -1)
 {
     parent::__construct($id);
     $this->pageTitle = "Etnias";
     $this->pageTitleIcon = "ls-ico-users";
 }
コード例 #15
0
 function __construct($id = -1)
 {
     parent::__construct($id);
     $this->pageTitle = "Trabalhos";
     $this->pageTitleIcon = "fa fa-tags";
 }