根据需要追加到Yourphp/Common/common.php下
~~~
/******** 输出图片大小 ********/
function getimgwh($f,$t=3){
if(strstr($f,'://')) return '';
if(empty($f)) return '';
$f= '.'.str_replace(__ROOT__,'',$f);
list($fw, $fh, $tmp,$wh) = getimagesize($f);
return $wh;
}
/******** 删除文件后缀名 ********/
function filedelext($filename){
return trim(str_replace(strrchr($filename, "."),"",$filename));
}
~~~
- YourPHP
- 模板制作
- 模板标签语法
- 全局变量和数组
- 模板的命令规范
- 模板标签说明
- YP:list|数据调用
- YP:link|友情链接
- YP:catpos|面包宵
- YP:block|碎片
- YP:flash|幻灯片
- YP:db|外部数据源
- IF判断标签
- Volist标签
- Foreach标签
- Switch标签
- YP:subcat|子栏目
- YP:nav|导航标签
- YP:kefu|在线客服
- YP:next|下一页
- YP:pre|上一页
- YP:tags|标签
- 在任何其他页面调用提交留言或反馈表单
- 实现浏览过的商品功能方法
- 推荐位posid的使用
- 缝滚动js效果
- 自定义导航
- 模板中如何调用下拉表 多选框表单字段数据
- 模板参数配置
- 扩展方法
- Common
- 网上收集他人总结方法
- yourphp模板技巧(一)
- yourphp模板技巧(二)
- Yourphp模板标签语法
- Yourphp全局变量和数组
- 更改Yourphp 2.0版本html编辑器的方法
- 框架修改
- 修改../Public
- 自己扩展
- where查询中find_in_set方法
- 自定义nav