4、>0), 'recommend'=>array('attr'=>'limit','level'=>1) ); /** *引入ueidter编辑器 *@param string $tag name:表单name content:编辑器初始化后 默认内容 */ public function _ueditor($tag){ $name=$tag['name']; $content=$tag['content']; $link=<<
5、name="$name" type="text/plain"> $contentphp; return $link; } // 置顶推荐文章标签 cid为空时则抓取全部分类下的推荐文章 public function _recommend($tag,$content){ if(empty($tag['cid'])){ $where="is_show=1 and is_delete=0 and is_top=1"; }else{ $where='is_show=1 and is_delete=0 an
7、d is_top=1 and cid='.$tag['cid']; } $limit=$tag['limit']; // p($recommend); $php=<<field('aid,title')->where("$where")->limit($limit)->select();