Home >php教程 >PHP源码 >ShopNC 简易品牌导航

ShopNC 简易品牌导航

PHP中文网
PHP中文网Original
2016-05-23 16:38:441251browse


file: home_layout.php

2. [代码]简易品牌导航   

首页 '服饰鞋帽',
			'brand_apply' => 1,
			'brand_recommend' => 1
		);
		$rows = $model_brand->where($map_brand)->select();
		
		foreach($rows as $key => $val) {
                        // 处理中英文字符
			preg_match_all('/[\x{4E00}-\x{9FBF}]*|[a-zA-Z\s]*/u',trim($val['brand_name']),$data);  
			
	?>" style="color:#eee" _href="/shop/index.php?act=search&op=index&keyword=">


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn