创建适配器
适配器目录和文件结构
适配器目录和文件结构布局的例子:
- /application/libraries/Driver_name
- Driver_name.php
- drivers
- Driver_name_subclass_1.php
- Driver_name_subclass_2.php
- Driver_name_subclass_3.php
注意: 为了在大小写敏感的文件系统上维持兼容性,这个 Drivername 目录必须使用 _ucfirst() 函数处理。
翻译贡献者:crazyant_ps2, Hex, hk_yuhe, IT不倒翁, mahone, qixingyue, tinsn
当前内容版权归 CodeIgniter中国 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 CodeIgniter中国 .