File:en/newdetail.xmls
Method:query.scalar(columns,*where,*order)
未指定的错误
越界或超过范围
en/newdetail.xmls
$out main(){
$shell.running();
$shell.layout(pages/new-detail.htm);
@query=$query(catalog,news);
@MetaKeywords=@query.scalar(MetaKeywords,['Status>0 and CatalogId=193']);
@MetaDescription=@query.scalar(MetaDescription,['Status>0 and CatalogId=193']);
@Title=@query.scalar(Title,['Status>0 and CatalogId=193']);
@prodecttype=@query.getList(['CatalogId,CatalogName'],['Status>0 and ParentId=191'],['Grade desc']);
@videotype=@query.getTable(['CatalogId,CatalogName'],['ParentId=194 and Status>0'],['Grade desc']);
@videotype1=@query.getTable(['CatalogId,CatalogName'],['ParentId=194 and Status...