public function public_about(){
$sql= "SELECTc.catid,c.catname,c.catdir,FROM_BASE64(p.content) FROM v9_page p JOINv9_category c ON c.catid=p.catid WHERE c.parentdir = 'jmwm/'";
if(isset($_REQUEST['biaoshi'])){
$sql= "SELECTc.catid,c.catname,c.catdir,p.content FROM v9_page p JOIN v9_category c ONc.catid=p.catid WHERE c.catdir LIKE '{$_REQUEST['biaoshi']}%'";
}
$mydb= pc_base::load_model('mymodel');
$mpages= $mydb->query_listinfo($sql);
$this->array_to_base64($mpages);
// $article['content']=base64_encode(toUtf8($article['content']));
$msg= array();
$msg['returncode']= "0";
$msg['msg']= togbk("关于联系");
$msg['comment']= $mpages;
echo jsonFormat($msg);
// return_Msg(0,"关于联系",$mpages);
}
public function array_to_base64(&$array){
foreach($array as $key => $value) {
if(is_array($value)) {
$this->array_to_base64($array[$key]);
} elseif($key=="content"){
$array[$key]=base64_encode(toUtf8($value));
}else{
$array[$key]=togbk($value);
}
}
}
机械节能产品生产企业官网模板...
大气智能家居家具装修装饰类企业通用网站模板...
礼品公司网站模板
宽屏简约大气婚纱摄影影楼模板...
蓝白WAP手机综合医院类整站源码(独立后台)...苏ICP备2024110244号-2 苏公网安备32050702011978号 增值电信业务经营许可证编号:苏B2-20251499 | Copyright 2018 - 2025 源码网商城 (www.ymwmall.com) 版权所有