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');
|
email |
샘플
|
$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');
|