정의 위치 ./classes/file/FileHandler.class.php 정의 내용 /** * Returns the content of the file * * @param string $filename Path of target file * @return string The content of the file. If target file d...
정의 위치 ./classes/file/FileHandler.class.php 정의 내용 /** * Changes path of target file, directory into absolute path * * @param string $source path to change into absolute path * @return string Abs...
글쓴이 클릭시 회원정보 등 노출 안하게 하고 싶습니다 그러나 관리자에게는 보이게 하고 싶습니다. ---방법1----------------------------------------------------- xe - modules - member - member.model.php 열고...
글 삭제 시 저장한 정보를 삭제하기 function moduleInstall() { $oModuleController = &getController('module'); $oModuleController->insertTrigger('document.deleteDocument', 'triggersample', 'controller', '...
정의 위치 ./classes/context/Context.class.php 정의 내용 /** * Load language file according to language type * * @param string $path Path of the language file * @return void */ function loadLang($path) ...
정의 위치 ./classes/context/Context.class.php 정의 내용 /** * Add the meta tag * * @param string $name name of meta tag * @param string $content content of meta tag * @param mixed $is_http_equiv value ...
정의 위치 ./classes/context/Context.class.php 정의 내용 /** * Add html code before </head> * * @param string $header add html code before </head>. * @return void */ function addHtmlHeader($header) { is...
/addons/point_level_icon/point_level_icon.lib.php <?php /** * @brief Function to change point icon. **/ function pointLevelIconTrans($matches) { $member_srl = $matches[3]; if($member_srl<1) return $mat...
document.item.php // If not exists, file an image file from the content if(!$source_file) { $content = $this->get('content'); $target_src = null; preg_match_all('/<\s*img[^>]*src\s*=\s*["\']?([^"\']*)/...
select * from xe_comments where content like '%dskfjlskjdflsk%'; select * from xe_comments where content like '%ㄳㄳ%'; select * 대신에 delete 하시면 삭제됩니다. delete from xe_comments where content l...