资源说明:Codeigniter Multi-language package
Codeigniter Multi-language Package ================================== Very simple way to create a real multi-language package in Codeigniter 2 Instructions: ============= 1. Copy the files in your Codeigniter Proyect (/application/). 2. In the autoload file (/application/config/autoload.php): - Add the multilanguage library: $autoload['libraries'] = array('multilanguage'); - Add the language files: $autoload['language'] = array('app'); 3. Try http://yourproyect.com/test It's all!!
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。