Changeset 8 for branches/2/database.php
- Timestamp:
- May 9, 2008, 10:39:00 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2/database.php
r5 r8 9 9 var $LastQuery = ''; 10 10 11 function query($Query) 12 { 13 $this->LastQuery = $Query; 14 return(parent::query($Query)); 15 } 16 11 17 function select($Table, $What = '*', $Condition = 1) 12 18 {
Note:
See TracChangeset
for help on using the changeset viewer.