Changeset 53 for branches/old/database.php
- Timestamp:
- Feb 20, 2015, 9:38:00 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/old/database.php
r51 r53 7 7 { 8 8 var $Prefix = ''; 9 10 function query($Query) 11 { 12 //echo($Query."<br/>\n"); 13 return(parent::query($Query)); 14 } 9 15 10 16 function select($Table, $What = '*', $Condition = 1)
Note:
See TracChangeset
for help on using the changeset viewer.