Changeset 15517


Ignore:
Timestamp:
2007/08/30 20:09:58 (17 years ago)
Author:
nanasess
Message:

クラス化に伴う修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/helper/SC_Helper_DB.php

    r15399 r15517  
    453453        $arrRet = $objQuery->select($col, $from, $where); 
    454454 
    455         $arrParentID = sfGetParents($objQuery, 'dtb_category', 'parent_category_id', 'category_id', $parent_category_id); 
     455        $arrParentID = $this->sfGetParents($objQuery, 'dtb_category', 'parent_category_id', 'category_id', $parent_category_id); 
    456456 
    457457        foreach($arrRet as $key => $array) { 
Note: See TracChangeset for help on using the changeset viewer.