Changeset 19729 for branches/version-2_5-dev/data/class/SC_Query.php
- Timestamp:
- 2010/12/16 23:12:59 (16 years ago)
- File:
-
- 1 edited
-
branches/version-2_5-dev/data/class/SC_Query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/class/SC_Query.php
r19711 r19729 541 541 * @return mixed SQL の実行結果 542 542 */ 543 function get($ table, $col, $where = "", $arrval = array()) {543 function get($col, $table, $where = "", $arrval = array()) { 544 544 $sqlse = $this->getSql($col, $table, $where); 545 545 // SQL文の実行
Note: See TracChangeset
for help on using the changeset viewer.
