Changeset 28 for branches/3/class/database.php
- Timestamp:
- Oct 13, 2008, 8:01:02 PM (16 years ago)
- Location:
- branches/3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3
-
Property svn:ignore
set to
config.php
-
Property svn:ignore
set to
-
branches/3/class/database.php
r27 r28 19 19 { 20 20 $this->LastQuery = "SELECT ".$What." FROM `".$this->Prefix.$Table."` WHERE ".$Condition; 21 $count = $this->query($this->LastQuery);22 $count = $count->fetch_array();23 $this->Last_num_rows = count($count);24 21 return($this->query($this->LastQuery)); 25 22 }
Note:
See TracChangeset
for help on using the changeset viewer.