2012年9月12日

ecshop2.7.2通过后台控制首页分类下的产品显示

摘要: 1.首先在ecs_goods表中添加一个字段is_xianshi,该字段的类型和is_hot,is_new等字段样。2在admin\templates\goods_list.htm中找到<th><a href="javascript:listTable.sort('is_on_sale'); ">{$lang.is_on_sale}</a>{$sort_is_on_sale}</th>在上面添加一句<th><a href="javascript:listTable.sort(' 阅读全文

posted @ 2012-09-12 14:33 E壶茶水 阅读(161) 评论(0) 推荐(0) 编辑

php——读取txt文件

摘要: <?PHP $file_name="111.txt"; $fp=fopen($file_name,'r'); $hello=array(); while(!feof($fp)){ $buffer=fgets($fp,4096); $hello=explode(' ',$buffer); } for($i=0;$i<count($hello);$i++){ echo $hello[$i].'<br/>'; } fclose($fp);?> 阅读全文

posted @ 2012-09-12 13:19 E壶茶水 阅读(110) 评论(0) 推荐(0) 编辑

导航