1. 자동링크 > 새창으로
2. 글쓰기 할때 코드의 경우에 taxtarea 처럼 넣을수 있는 그런 기능?
=> 미국 위키의 경우에 소스태그는 따로 넣는 기능이 있는지 보기에도 좋고 카피시 좋은것 같더라구요^^
<?php
class Search extends Controller {
function Search()
{
parent::Controller();
$this->load->model('search_model');
$this->seg_exp = $this->common->segment_explode($this->uri->uri_string());
}
}
?>
1, 2번 모두 작업예정사항에 있습니다.
감사합니다.