mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 21:29:58 +09:00
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:
parent
4fb4c572c3
commit
ec950bd765
4 changed files with 30 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue