コード例 #1
0
ファイル: brand_zone.php プロジェクト: yongge666/sunupedu
		<?php 
$goodsObj = search_goods::find(array('brand_id' => $brandId));
$resultData = $goodsObj->find();
?>
		<?php 
if ($resultData) {
    ?>
		<?php 
    $listSize = search_goods::getListSize(IFilter::act(IReq::get('show_type')));
    ?>
		<ul class="display_list clearfix m_10">
			<?php 
    foreach ($resultData as $key => $item) {
        ?>
			<li class="clearfix <?php 
        echo search_goods::getListShow(IFilter::act(IReq::get('show_type')));
        ?>
">
				<div class="pic">
					<img src="<?php 
        echo IUrl::creatUrl("/pic/thumb/img/" . $item['img'] . "/w/" . $listSize['width'] . "/h/" . $listSize['height'] . "");
        ?>
" width="<?php 
        echo isset($listSize['width']) ? $listSize['width'] : "";
        ?>
" height="<?php 
        echo isset($listSize['height']) ? $listSize['height'] : "";
        ?>
" alt="<?php 
        echo isset($item['name']) ? $item['name'] : "";
        ?>