久久久久精品国产,丰满少妇粗大猛烈进高清播放,久久久97,在线18禁

<wbr id="x3zex"><nav id="x3zex"><em id="x3zex"></em></nav></wbr>

        <s id="x3zex"></s>
        1. <ruby id="x3zex"><nav id="x3zex"><acronym id="x3zex"></acronym></nav></ruby>
          <font id="x3zex"><noscript id="x3zex"></noscript></font>
          0712-2888027 189-8648-0214
          微信公眾號(hào)

          孝感風(fēng)信網(wǎng)絡(luò)科技有限公司微信公眾號(hào)

          當(dāng)前位置:主頁 > 技術(shù)支持 > PHPCMS > PHPCMS首頁調(diào)用最新文章與熱門文章示例代碼

          PHPCMS首頁調(diào)用最新文章與熱門文章示例代碼

          時(shí)間:2016-05-04來源:風(fēng)信官網(wǎng) 點(diǎn)擊: 1421次
          PHPCMS首頁調(diào)用最新文章與熱門文章示例代碼如下:

          最新文章

          {pc:get sql="S ELECT * FROM v9_news Order by id DESC " num="10"}
              {loop $data $r}
                  <li>·<a href="{$r[url]}" target="_blank">{str_cut(strip_tags($r[title]),33)}</a></li>
              {/loop}
          {/pc}

          我們可以使用get標(biāo)簽,然后加上SQL語句,直接從表中獲取最新的10條數(shù)據(jù),num="10"你可以根據(jù)自己的需要指定數(shù)量。

          當(dāng)然,我們還可以把sql語句進(jìn)一步進(jìn)行擴(kuò)展

          熱門文章

          {pc:content action="hits" catid="$r[catid]" num="10" order="views DESC" cache="3600"}
              {loop $data $r}<li>·<a href="{$r[url]}" title="{$r[title]}" target="_blank">{str_cut(strip_tags($r[title]),33)}</a></li>
              {/loop}
          {/pc}

          這里的熱門文章,我們是利用的content里面的hits,然后調(diào)用數(shù)據(jù)出來。
          熱門關(guān)鍵詞: PHPCMS 首頁 最新文章 熱門文章
          欄目列表
          推薦內(nèi)容
          熱點(diǎn)內(nèi)容
          展開