Changeset 32 for branches/3/class/database.php
- Timestamp:
 - Oct 14, 2008, 9:06:32 PM (17 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  branches/3/class/database.php (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
branches/3/class/database.php
r31 r32 21 21 $this->LastQuery = "SELECT ".$What." FROM `".$this->Prefix.$Table."` WHERE ".$Condition; 22 22 $resul = $this->query($this->LastQuery); 23 echo $this->error;23 if ($this->error <> '') $this->error.': '.$this->LastQuery; 24 24 25 25 $this->LastNumRows = $resul->num_rows;  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  