Changeset 19600 for branches/camp/camp-2_5-E/data/class/SC_Query.php
- Timestamp:
- 2010/11/07 05:35:10 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/camp/camp-2_5-E/data/class/SC_Query.php
r19595 r19600 141 141 function select($col, $table, $where = "", $arrval = array(), $fetchmode = MDB2_FETCHMODE_ASSOC) { 142 142 $sqlse = $this->getSql($col, $table, $where); 143 echo $sqlse;144 143 return $this->getAll($sqlse, $arrval, $fetchmode); 145 144 }
Note: See TracChangeset
for help on using the changeset viewer.