public function __construct()
 {
     parent::__construct();
     $this->_table = "usuarios";
     $this->_Pkey["key"] = "codusuario";
     $this->_Pkey["value"] = 0;
     $this->_sequence = $this->_table . "_" . $this->_Pkey['key'] . "_seq";
 }
 public function __construct()
 {
     parent::__construct();
     $this->_table = "materias";
     $this->_Pkey["key"] = "id_materia";
     $this->_Pkey["value"] = 0;
     $this->_sequence = $this->_table . "_" . $this->_Pkey['key'] . "_seq";
 }
 public function __construct()
 {
     parent::__construct();
     $this->_Pkey["value"] = 0;
     $this->_table = "perfiles";
     $this->_Pkey["key"] = "codperfil";
     $this->_sequence = $this->_table . "_" . $this->_Pkey["key"] . "_seq";
 }
 public function __construct()
 {
     parent::__construct();
     $this->_Pkey["value"] = 0;
     $this->_table = "funcionalidades";
     $this->_Pkey["key"] = "codfunc";
     $this->_sequence = $this->_table . "_" . $this->_Pkey["key"] . "_seq";
 }