LifeType 中文開發論壇

開發 => 外掛程式 => 主題作者是: ltfs2007 於 五月 12, 2007, 05:28:02 下午



主題: {php}标签里用php如何读出blog的id啊?
作者: ltfs2007五月 12, 2007, 05:28:02 下午
{php}
print $this->_templateFile;
{/php}
ok
输出:
standard/main.template
ok

{php}
print $blog->getId();
{/php}
ok
输出空白,中断了,因为后面的ok内容没有输出。

感觉只能读出class/template/template.class.php里的一些变量?
$blog->getId()
$blog->getBlog()
这些没法读出?有什么办法吗?谢谢!