XE(XpressEngine) 팁
[xe] xe comment 댓글 외부페이지에서 쓰기
xemaker
2017. 6. 12. 13:19
<?
$module_srl=245;
define('__XE__',true);
require_once("../../config/config.inc.php");
$oContext=&Context::getInstance();
$oContext->init();
$oCommentController=&getController('comment');
$obj->module_srl=68;
$obj->document_srl=160;
$obj->nick_name='gary';
$obj->content='aa';
//$obj->parent_srl=0;
print_r( $oCommentController->insertComment($obj,true) );
?>
VSCode로 했더니 배경이 검네..
밑줄도 나오고.. ㅜ