getSeo
//admin/index.php
取SEO文件名
function getSeo($str,$default=''){
$str = preg_replace('/ss+/',' ',$str);
$str = str_ireplace(' ','-',$str);
$str = preg_replace('/[^0-9a-zA-z-s]/','',$str);
return emtpy($str) ? $default : $str;
}
/admin/controller/catalog/product.php validateForm() // get seo name auto
//admin/index.php
取SEO文件名
function getSeo($str,$default=''){
$str = preg_replace('/ss+/',' ',$str);
$str = str_ireplace(' ','-',$str);
$str = preg_replace('/[^0-9a-zA-z-s]/','',$str);
return emtpy($str) ? $default : $str;
}
/admin/controller/catalog/product.php validateForm() // get seo name auto
0朵
0个