新闻首页添加新闻大类限制

This commit is contained in:
wlx 2012-12-01 13:29:22 +00:00
parent c17d50186e
commit df11c8bdce
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ class NewsController extends Zend_Controller_Action
$time = date("Y-m-d H:i:s",time());
$sql = "SELECT id,title,code FROM ".$News->tbl_categorys."";
$sql = "SELECT id,title,code FROM ".$News->tbl_categorys." where ptype='news'";
$sth = $this->db->query($sql);
$rows = $sth->fetchAll();