arbou
发表于 2009-7-4 15:01:30
10# yinzhili
OK,我改好了!是不是没有后台功能?
yinzhili
发表于 2009-7-4 15:13:54
后台是这样进入的,在首页URL后面加上console就可以了。管理员帐号为admin,密码也是admin。
例如:
http://localhost/bookstore/index.php/console/
sky8652
发表于 2009-7-6 17:01:26
了解了很多框架。决定重回CI
好好研究下!
谢谢楼主分享!:)
cha8959816
发表于 2009-7-10 15:11:11
分为几部分是什么意思啊?要把他们解压出来放在一个目录里吗?
ffms_lin
发表于 2009-7-24 17:29:22
貌似后台登陆不进去。楼主能提示下不?
chen_arou
发表于 2009-7-25 10:21:24
不错不错,谢谢楼主
supercfan
发表于 2009-7-28 23:18:09
支持楼主~学习一下~~~
soho7
发表于 2009-8-5 21:44:18
为什么分成那么多部分了?
yinzhili
发表于 2009-8-5 21:53:25
18# soho7
因为论坛的附件大小是有限制的,我这只是分卷压缩而已,请下载完每个分卷之后解压即可。
alexdiao
发表于 2009-8-16 21:39:25
比方说,你在config.php里面是这样设置的:
那么你调用base_url()函数返回值是http://localhost/bookstore/,而调用site_url()函数则会返回http://localhost/bookstore/index.php 。因为我是用URL Rewite方式去掉 ...
yinzhili 发表于 2009-7-4 09:31 http://codeigniter.org.cn/forums/images/common/back.gif
把view中所有的base_url()换成site_url()会使得js和CSS脚本找不到啊?
还有换成site_url()后,会出现像localhost/bookstore/index.phpsearch 这样缺少一个斜杠的情况,有没更好的解决方案?
或者能直接在windows上也用.htaccess?
页:
1
[2]
3
4
5
6
7
8
9
10
11