Class명 |
사용방법 |
benchmark |
샘플
|
기본 설정 사용(autoload)
|
calendar |
샘플
|
$this->load->library('calendar');
|
cart |
샘플
|
$this->load->library('cart');
|
config |
샘플
|
기본 설정 사용(autoload)
|
email |
샘플
|
$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');
|