keyboard_arrow_up
keyboard_arrow_down
keyboard_arrow_left
keyboard_arrow_right
{@
$document_srl = Context::get('project_srl');
$oDocumentModel = &getModel('document');
$oDocument = $oDocumentModel->getDocument($document_srl);
$text = <<
_query($text);
$fetch = $oDB->_fetch($_query);
if($fetch->document_srl):
$projects[0] = $fetch;
else:
$projects = $fetch;
endif;
foreach($projects as $key => $val):
if($val->document_srl == $document_srl):
break;
endif;
endforeach;
$item_next = $projects[$key+1];
}
{$oDocument->variables['content']}