コード例 #1
0
 function __construct($id = -1)
 {
     $this->table = "easy_usuarios";
     $this->deleteLabelField = "usuario";
     $this->debugMode = false;
     parent::__construct($id);
 }
コード例 #2
0
 function __construct()
 {
     $this->table = "easy_promotores";
     $this->deleteLabelField = "nome_completo";
     $this->debugMode = false;
     parent::__construct();
 }
コード例 #3
0
 function __construct()
 {
     $this->table = "easy_promotores";
     parent::__construct();
 }
コード例 #4
0
 function __construct()
 {
     $this->table = "easy_permissoes";
     parent::__construct();
 }
コード例 #5
0
 function __construct($id = -1)
 {
     $this->table = "easy_backups";
     $this->deleteLabelField = "nome_backup";
     parent::__construct($id);
 }
コード例 #6
0
 function __construct($id = -1)
 {
     $this->table = "easy_graficos";
     $this->debugMode = false;
     parent::__construct($id = -1);
 }
コード例 #7
0
 function __construct($id = -1)
 {
     $this->table = "easy_trabalho_efetivo";
     parent::__construct($id);
 }
コード例 #8
0
 function __construct()
 {
     $this->table = "easy_produtos_servicos";
     parent::__construct();
 }
コード例 #9
0
 function __construct()
 {
     $this->table = "easy_cabelos";
     parent::__construct();
 }
コード例 #10
0
 function __construct()
 {
     $this->table = "easy_linguas";
     parent::__construct();
 }
コード例 #11
0
 function __construct()
 {
     $this->table = "easy_fornecedores";
     $this->deleteLabelField = "nome_fantasia";
     parent::__construct();
 }
コード例 #12
0
 function __construct($id = -1)
 {
     $this->table = "easy_banco_contas";
     $this->deleteLabelField = "nome_titular";
     parent::__construct($id);
 }
コード例 #13
0
 function __construct($id = -1)
 {
     $this->table = "easy_enderecos";
     $this->deleteLabelField = "nome_endereco";
     parent::__construct($id);
 }
コード例 #14
0
 function __construct()
 {
     $this->table = "easy_estado_civil";
     parent::__construct();
 }
コード例 #15
0
 function __construct()
 {
     $this->table = "easy_empresas";
     parent::__construct();
 }
コード例 #16
0
 function __construct($id = -1)
 {
     parent::__construct($id);
 }
コード例 #17
0
 function __construct()
 {
     parent::__construct();
     $this->table = "easy_trabalho_status";
 }
コード例 #18
0
 function __construct()
 {
     $this->table = "easy_nacionalidades";
     parent::__construct();
 }
コード例 #19
0
 function __construct($id = -1)
 {
     $this->table = "easy_trabalho_produtos";
     parent::__construct($id);
 }
コード例 #20
0
 function __construct()
 {
     $this->table = "easy_relatorios";
     parent::__construct();
 }
コード例 #21
0
 function __construct($id = -1)
 {
     $this->table = "easy_promotor_fotos";
     parent::__construct($id);
 }
コード例 #22
0
 function __construct($id = -1)
 {
     $this->table = "easy_parametros";
     $this->debugMode = false;
     parent::__construct($id);
 }
コード例 #23
0
 function __construct()
 {
     $this->table = "easy_trabalhos";
     $this->deleteLabelField = "nome_evento";
     parent::__construct();
 }