- Timestamp:
- 2012/02/11 04:20:07 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/helper/SC_Helper_CSV.php
r21442 r21479 116 116 * @return array CSV 項目の配列 117 117 */ 118 function sfGetCsvOutput($csv_id = "", $where = '', $arrVal = array(), $order = 'rank, no') {118 function sfGetCsvOutput($csv_id = "", $where = '', $arrVal = array(), $order = 'rank, no') { 119 119 $objQuery =& SC_Query_Ex::getSingletonInstance(); 120 120 … … 302 302 * @return void 303 303 */ 304 function lfDownloadCsv($arrData, $prefix = "") {304 function lfDownloadCsv($arrData, $prefix = "") { 305 305 306 306 if ($prefix == "") {
Note: See TracChangeset
for help on using the changeset viewer.
