摘要:
$comments = $this->requestAction('/comments/latest');foreach ($comments as $comment) { echo $comment['Comment']['title'];}echo $this->requestAction( array('controller' => 'articles', 'action' => 'featured'), array('return')) 阅读全文
posted @ 2013-05-07 11:40
linksgo2011
阅读(118)
评论(0)
推荐(0)