Class명 | 사용방법 | |
---|---|---|
benchmark | 샘플 | 기본 설정 사용(autoload) |
calendar | 샘플 | $this->load->library('calendar'); |
cart | 샘플 | $this->load->library('cart'); |
config | 샘플 | 기본 설정 사용(autoload) |
샘플 | $this->load->library('email'); | |
encrypt | 샘플 | $this->load->library('encrypt'); |
form_validation | 샘플 | $this->load->library('form_validation'); |
image_lib | 샘플 | $this->load->library('image_lib'); |
input | 샘플 | 기본 설정 사용(autoload) |
javascript | 샘플 | $this->load->library('javascript'); |
language | 샘플 | 기본 설정 사용(autoload) |
load | 샘플 | 기본 설정 사용(autoload) |
migration | 샘플 | $this->load->library('migration'); |
output | 샘플 | 기본 설정 사용(autoload) |
pagination | 샘플 | $this->load->library('pagination'); |
parser | 샘플 | $this->load->library('parser'); |
security | 샘플 | 기본 설정 사용(autoload) |
session | 샘플 | $this->load->library('session'); |
table | 샘플 | $this->load->library('table'); |
trackback | 샘플 | $this->load->library('trackback'); |
typography | 샘플 | $this->load->library('typography'); |
unit_test | 샘플 | $this->load->library('unit_test'); |
upload | 샘플 | $this->load->library('upload'); |
uri | 샘플 | 기본 설정 사용(autoload) |
user_agent | 샘플 | $this->load->library('user_agent'); |
xmlrpc | 샘플 | $this->load->library('xmlrpc'); |
zip | 샘플 | $this->load->library('zip'); |
Class명 | 사용방법 | |
---|---|---|
array | 샘플 | $this->load->library('array'); |
captcha | 샘플 | $this->load->library('captcha'); |
cookie | 샘플 | $this->load->library('cookie'); |
date | 샘플 | $this->load->library('date'); |
directory | 샘플 | $this->load->library('directory'); |
download | 샘플 | $this->load->library('download'); |
샘플 | $this->load->library('email'); | |
file | 샘플 | $this->load->library('file'); |
form | 샘플 | $this->load->library('form'); |
html | 샘플 | $this->load->library('html'); |
inflectror | 샘플 | $this->load->library('inflectror'); |
language | 샘플 | $this->load->library('language'); |
number | 샘플 | $this->load->library('number'); |
path | 샘플 | $this->load->library('path'); |
security | 샘플 | $this->load->library('security'); |
smiley | 샘플 | $this->load->library('smiley'); |
string | 샘플 | $this->load->library('string'); |
text | 샘플 | $this->load->library('text'); |
typography | 샘플 | $this->load->library('typography'); |
url | 샘플 | $this->load->library('url'); |
xml | 샘플 | $this->load->library('xml'); |