Esempio n. 1
0
 function __construct()
 {
     parent::__construct();
     $this->init("DxUserTemp", $this->doctrine->em);
     /*................other staff need for active record......................*/
     $this->_prefix = $this->config->item('DX_table_prefix');
     $this->_table = $this->_prefix . $this->config->item('DX_user_temp_table');
 }
Esempio n. 2
0
 function __construct()
 {
     parent::__construct();
     $this->init("DxPermissions", $this->doctrine->em);
     /*................other staff need for active record......................*/
     $this->_prefix = $this->config->item('DX_table_prefix');
     $this->_table = $this->_prefix . $this->config->item('DX_permissions_table');
     $this->_roles_table = $this->_prefix . $this->config->item('DX_roles_table');
 }
Esempio n. 3
0
 function __construct()
 {
     parent::__construct();
     $this->init("DxUsers", $this->doctrine->em);
 }
 function __construct()
 {
     parent::__construct();
     $this->init("DxLoginAttempts", $this->doctrine->em);
 }
Esempio n. 5
0
 function __construct()
 {
     parent::__construct();
     $this->init("PdMessage", $this->doctrine->em);
 }
Esempio n. 6
0
 function __construct()
 {
     parent::__construct();
     $this->init("DxChronicleCountry", $this->doctrine->em);
 }