Changeset 14676 for branches/beta/data/class/SC_SelectSql.php
- Timestamp:
- 2007/06/14 22:01:13 (19 years ago)
- File:
-
- 1 edited
-
branches/beta/data/class/SC_SelectSql.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/beta/data/class/SC_SelectSql.php
r11917 r14676 27 27 } 28 28 29 //-- SQLÊ ¬À¸À®29 //-- SQLʸÀ¸À® 30 30 function getSql( $mode = "" ){ 31 31 $this->sql = $this->select ." ". $this->where ." ". $this->group ." "; … … 196 196 } 197 197 } 198 198 199 199 function setOrder($order){ 200 200
Note: See TracChangeset
for help on using the changeset viewer.
