在使用zblog调用信息的时候,需要用到屏蔽某个分类功能。

GetList里面有这样一条说明

'where_custom' => array(array('=', 'log_Template', '')), //自定义 where

故,屏蔽某个分类功能代码如下

GetList(array('count'=>mun,'where_custom' => array(array('<>', 'log_CateID', $id))));