新闻首页添加新闻大类限制
This commit is contained in:
parent
c17d50186e
commit
df11c8bdce
|
@ -19,7 +19,7 @@ class NewsController extends Zend_Controller_Action
|
||||||
|
|
||||||
$time = date("Y-m-d H:i:s",time());
|
$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);
|
$sth = $this->db->query($sql);
|
||||||
$rows = $sth->fetchAll();
|
$rows = $sth->fetchAll();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue