사용자 도구

사이트 도구


codeigniter:cisetting

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
codeigniter:cisetting [2011/07/26 11:52]
sivanim
codeigniter:cisetting [2011/07/27 12:45] (현재)
sivanim
줄 11: 줄 11:
   * controllers : 컨트롤 파일을 넣는 폴더   * controllers : 컨트롤 파일을 넣는 폴더
   * helpers : 사용자 정의 핼퍼 파일을 넣는 폴더   * helpers : 사용자 정의 핼퍼 파일을 넣는 폴더
 +  * libraries : 사용자 정의 라이브러리를 넣는 폴더
   * hooks : 후크파일을 넣는 폴더   * hooks : 후크파일을 넣는 폴더
  
 +===== Config.php 설정 =====
 +
 +  * base_url  : 페이지 이동시 기초가 되는 주소 ex)www.adminschool.net 
 +  * index_page : 페이지 이동시 기초가 되는 페이지 ex) index.php
 +  * uri_protocol
 +  * url_suffix
 +  * language
 +  * charset
 +  * enable_hooks
 +  * subclass_prefix
 +  * permitted_uri_chars
 +  * allow_get_array.
 +  * enable_query_strings
 +  * controller_trigger
 +  * function_trigger
 +  * directory_trigger
 +  * log_threshold
 +  * log_path
 +  * log_date_format
 +  * cache_path
 +  * encryption_key
 +  * sess_cookie_name
 +  * sess_expiration 
 +  * 등등
 +
 +===== INDEX.PHP 설정 =====
 + 
 +  * system_path : system 폴더 위치
 +  * application_folder : 어플리케이션의 위치
 +  * controller : 최초 실행 컨트롤러
 +  * function : 최초 실행 함수
 + 
 +
 +===== database.php 설정 =====
 +
 +  * hostname
 +  * username
 +  * password
 +  * database
 +  * dbdriver
 +  * cache_on
 +  * char_set
 +  * dbcollat
 +
 +===== autoload.php =====
 +  * packages
 +  * libraries
 +  * helper
 +  * config
 +  * language
 +  * model
 +
 + 
codeigniter/cisetting.1311648761.txt.gz · 마지막으로 수정됨: 2011/07/26 11:52 저자 sivanim