Пример #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');
 }
Пример #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');
 }
Пример #3
0
 function __construct()
 {
     parent::__construct();
     $this->init("DxUsers", $this->doctrine->em);
 }
Пример #4
0
 function __construct()
 {
     parent::__construct();
     $this->init("DxLoginAttempts", $this->doctrine->em);
 }
Пример #5
0
 function __construct()
 {
     parent::__construct();
     $this->init("PdMessage", $this->doctrine->em);
 }
Пример #6
0
 function __construct()
 {
     parent::__construct();
     $this->init("DxChronicleCountry", $this->doctrine->em);
 }