Changeset 19594
- Timestamp:
- 2010/11/07 05:30:03 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/camp/camp-2_5-E/data/class/SC_Query.php
r18820 r19594 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 exit; 143 145 return $this->getAll($sqlse, $arrval, $fetchmode); 144 146 }
Note: See TracChangeset
for help on using the changeset viewer.