搜索
关于我
主题分类
近期评论
- G_will on XDMC新版网站开始部署
- Yihui on XDMC新版网站开始部署
- G_will on 继续前进
- Yihui on 继续前进
- Xiao Nan on 没有文才的愤懑青年胡言乱语
- G_will on 继续前进
- Yihui on 继续前进
- G_will on R中的Google图表工具
标签云
归档
February 2012 M T W T F S S « Nov 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 WebSites
Friends
Tag Archives: CodeIgniter
CodeIgniter和Doctrine笔记
CodeIgniter和Doctrine笔记 1.下载CI和Doctrine,Doctrine用稳定1.2版 2.看教程写基础 3.如何整合Rserve通讯代码到其中? URL改写 1开启Apache的rewrite_module模块。 2网站更目录建立文件.htaccess .htaccess: RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /***/index.php/$1 [L] ErrorDocument 404 /***/index.php *3对于CI,更改system/application/config.php $config['index_page'] = “”;

