LifeType 中文開發論壇

支援 => 安裝與設定 => 主題作者是: charlesc 於 五月 25, 2005, 09:36:18 下午



主題: 另作一個summary
作者: charlesc五月 25, 2005, 09:36:18 下午
hello,

我想在原有的summary.php之外,多作一頁,左右兩欄仍顯示同樣的內容(最新網誌、回應最多...),但中間顯示別的東東。

我試著:
1. 在template/summary/裡以index.template為基礎,加了一個xxx.template
2. 也在summary.php裡加了$_actionMap=xxx
3. 也仿class/summary/action/summarydefaultaction.class.php,作了一個summaryxxxaction.class.php

殘念...該summary.php?0p=xxx,所顯示的內容仍與summary.php一樣...

該怎麼作呢?


主題: Re: 另作一個summary
作者: lss五月 25, 2005, 10:15:39 下午
引用自: charlesc
hello,

我想在原有的summary.php之外,多作一頁,左右兩欄仍顯示同樣的內容(最新網誌、回應最多...),但中間顯示別的東東。

我試著:
1. 在template/summary/裡以index.template為基礎,加了一個xxx.template
2. 也在summary.php裡加了$_actionMap=xxx
3. 也仿class/summary/action/summarydefaultaction.class.php,作了一個summaryxxxaction.class.php

殘念...該summary.php?0p=xxx,所顯示的內容仍與summary.php一樣...

該怎麼作呢?

第二點的部份,應該是
引用
$_actionMap["xxx"]="summaryxxxaction";


還有,
引用
summary.php?op=xxx
才對。

如果還不行,請你把你的 summaryxxxaction.class.php 貼出來大家幫你看看如何?!