- Timestamp:
- 2013/06/30 01:24:23 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class/pages/products/LC_Page_Products_Detail.php
r22924 r22926 237 237 $this->is_favorite = SC_Helper_DB_Ex::sfDataExists('dtb_customer_favorite_products', 'customer_id = ? AND product_id = ?', array($objCustomer->getValue('customer_id'), $product_id)); 238 238 } 239 240 }241 242 /**243 * デストラクタ.244 *245 * @return void246 */247 function destroy()248 {249 parent::destroy();250 239 } 251 240
Note: See TracChangeset
for help on using the changeset viewer.