Exemplo n.º 1
0
 /**
  * 
  * Verifies the table based on $this->col and $this->idx.
  * 
  * @access public
  * 
  * @return mixed Boolean true if the verification was successful, and a
  * PEAR_Error if verification failed.
  *
  * @see DB_Table_Manager::verify()
  * 
  */
 function verify()
 {
     return DB_Table_Manager::verify($this->db, $this->table, $this->col, $this->idx);
 }