라이믹스 XE 설치경로 확인 코드
{Context::getRequestUri()}@{$document->getUserID()} {Context::get('request_uri')}@{$document->getUserID()} {Context::get('current_url')}@{$document->getUserID()} {$_SERVER['REQUEST_URI']}@{$document->getUserID()}
@if (function_exists('debugPrint')) debugPrint('이 함수는 동작합니다.'); {@ debugPrint($logged_info)} @else echo 'debugPrint 함수가 정의되어 있지 않습니다.'; } @endif @php debugPrint($comment); @endphp
#debugPrint