1.在ArticleController里增加action,然后添加对应的视图 首页--Index 前台文章列表--IndexList 后台我的文章列表--MyIndexList 文章管理---ArticleList 添加引用: using PagedList; using System.Configuration; using System.Data.Entity 2.编写IndexList方法及view 可查看全部文章,也可根据用户id去查询 3.在article控制器下增加Detail方法
{pc:get sql="SELECT * FROM v9_news WHERE catid IN (61,62,63,64,65) order by id DESC" num="10" return="data" }{loop $data $n $r} <LI><SPAN><a href="{$CATEGORYS[$r[catid]][url]}">[{$CATEGORYS[$r['ca