Ignore:
Timestamp:
2007/03/22 15:56:17 (17 years ago)
Author:
inoue
Message:

プロトタイプ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/admin/products/trackback_edit.php

    r11940 r11941  
    4848// ¥È¥é¥Ã¥¯¥Ð¥Ã¥¯¾ðÊó¤Î¥«¥é¥à¤Î¼èÆÀ 
    4949$objPage->arrTrackback = lfGetTrackbackData($_POST['trackback_id']); 
     50 
     51print("COUNT : ". count($objPage->arrTrackback)); 
     52 
    5053// ¾¦Éʤ´¤È¤Î¥È¥é¥Ã¥¯¥Ð¥Ã¥¯É½¼¨¿ô¼èÆÀ 
    5154$count = $objQuery->count("dtb_trackback", "del_flg = 0 AND product_id = ?", array($objPage->arrTrackback['product_id'])); 
Note: See TracChangeset for help on using the changeset viewer.