欧美日本东京热一区二区三区_亚洲精品无码成人片久久不卡_欧美日韩亚洲国产精品视频_日韩欧美一区不卡在线观看

File:cn/products.html
Method:query.scalar(columns,*where,*order)
無(wú)法打開(kāi)登錄所請(qǐng)求的數(shù)據(jù)庫(kù) "db_amt_new"。登錄失敗。 用戶 'sa' 登錄失敗。
數(shù)據(jù)庫(kù)執(zhí)行錯(cuò)誤
cn/xmls/product.xmls
...lign:center;">對(duì)不起,當(dāng)前沒(méi)有數(shù)據(jù)!</div>'];
@Pager=$empty;
}
$return($empty);
}





//產(chǎn)品類別
$function getCatalogList(format){
@querygcata=$query(catalog,goods);
@ParentId=$http.get(PId);
@querygcata[ParentId]=@ParentId;
@tablectmn=@querygcata.table(*,['ParentId={*ParentId}'],['Grade asc,CatalogId desc']);
@listta=@tablectmn.format(@format){
}
$return(@listta);
}
//產(chǎn)品數(shù)量
$sub getCount(){
@querygcata=$query(catalog,goods);
@ParentId=$http.get(PId);
@querygcata[ParentId]=@ParentId;
@
countmn=@querygcata.scalar(['count(*)'],['ParentId={*ParentId}']);
$return($empty);
}
//產(chǎn)品
$sub ProductList(){
@format=[#
<li>
{@pic}
<table width="100%" border="0" class="jstable">
<tr>
<td colspan="2">{#left(EnglishName,26,...)}</td>
</tr>
<tr>
<td><p>產(chǎn)品編號(hào):</p></td>
<td>{*Goodshao}</td>
</tr>
<tr>
<td><p>CAS No:</p></td>
<td>{*CAS}</td>
</tr>
</table>
<div class="pidous">
{@ahref}
</div>
</li>
#];
@querygoods=$query(goods,goods);
@CatalogId=$http.get(CId,$null);
@...