L.e.e. 发表于 2013-6-7 09:18:35

CI框架 第一次载入的是 哪个页面?

CI框架 第一次载入的是 哪个页面?systems文件夹下的 CodeIgniter.php 之前载入的是 哪个文件啊?

a_slwl 发表于 2013-6-7 09:38:59

config/routes.php下面设置default_controller

lw1001 发表于 2013-6-7 09:39:59

默认的是controllers文件下的welcome.php

sfks8282 发表于 2013-6-7 16:30:47

根目录下的index.php

L.e.e. 发表于 2013-6-7 17:51:05

a_slwl 发表于 2013-6-7 09:38 static/image/common/back.gif
config/routes.php下面设置default_controller

已经解决了 , 但还是谢谢你 我想找的是 index.php 但是 被隐藏掉了 所以没找到

L.e.e. 发表于 2013-6-7 17:51:20

lw1001 发表于 2013-6-7 09:39 static/image/common/back.gif
默认的是controllers文件下的welcome.php

已经解决了 , 但还是谢谢你 我想找的是 index.php 但是 被隐藏掉了 所以没找到

L.e.e. 发表于 2013-6-7 17:52:03

sfks8282 发表于 2013-6-7 16:30 static/image/common/back.gif
根目录下的index.php

是的,,,但是 把那个文件 隐藏掉了 找半天后 才知道
页: [1]
查看完整版本: CI框架 第一次载入的是 哪个页面?