1.前台读不出字段。数据库列表有的,但前台就适读不出来。
2.浏览次数+1与+2的问题
浏览+2 "{:URL(‘User-Register/index‘)}" style="background: url(); padding-left:0">注册 浏览+1 "{:URL(‘User-Register/index‘)}" style="background: url(../); padding-left:0">注册
3.决定模板的Default 还是new?
YourphpConfServiceconfig.php 中的‘DEFAULT_THEME‘ => ‘Default‘,
4.a.产品的pics多图分解;
function picstoarr($str=‘‘){ $data=array(); $v = explode(":::",$str); foreach((array)$v as $r){ $r=explode(‘|‘,$r); $res[‘file‘]=$r[0]; $res[‘desc‘]=$r[1]; $data[]=$res; } return $data; }
b.自己笔记php分解
前一篇:Yourphp 使用说明
后一篇:Yourphp系统发生错误
< 前一篇Yourphp 使用说明
后一篇 >Yourphp系统发生错误