드라이버 생성
드라이버의 디렉토리 및 파일 구조
샘플 드라이버의 디렉토리및 파일 구조 레이아웃:
- /application/libraries/Driver_name
- Driver_name.php
- drivers
- Driver_name_subclass_1.php
- Driver_name_subclass_2.php
- Driver_name_subclass_3.php
주의: Driver_name 에 ucfirst()를 적용하여 , 대소문자를 구분하는 시스템에서도 문제 없도록 하세요.