Changeset 2139 for temp/trunk/data/class
- Timestamp:
- 2006/08/26 18:16:15 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/class/SC_CustomerList.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_CustomerList.php
r2138 r2139 245 245 } 246 246 247 // ɽ¼¨·ï¿ôÀßÄê248 if ($array['page_rows'] > 0) {249 $limit = $array['page_rows'];250 $offset = $array['page_rows'] * ($array['search_pageno'] - 1);251 $this->setLimitOffset($limit, $offset);252 }253 254 247 $this->setOrder( "customer_id DESC" ); 255 248 }
Note: See TracChangeset
for help on using the changeset viewer.
