planet api 추가 (reply comment_count)

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4878 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2008-11-18 05:19:47 +00:00
parent 4fb4c572c3
commit ec950bd765
4 changed files with 30 additions and 2 deletions

View file

@ -339,6 +339,14 @@
$this->setTemplateFile('search_planet');
}
function dispReplyList(){
$page = Context::get('page');
$document_srl = Context::get('document_srl');
$oPlanetModel = &getModel('planet');
$output = $oPlanetModel->getReplyList($document_srl,$page);
Context::set('reply_list',$output->data);
}
}
?>