开发者

CodeIgniter URL

开发者 https://www.devze.com 2022-12-10 09:21 出处:网络
Sorry, but something weird is happening to me. I thought I should share. Everything works fine in my CodeIgniter install doing local development, but I noticed that if I for example clicked on a lin

Sorry, but something weird is happening to me. I thought I should share.

Everything works fine in my CodeIgniter install doing local development, but I noticed that if I for example clicked on a link with the value of href being “controller/function” everything works fine. If I try to navigate to another page (essentially to another function inside my controller, say “controller/function1”, my CodeIgniter stacks the URL. The following is an example of what it does!

http://localhost/wayefoundation/index.php/mainpage/mainpage/programs

I was checking the community and only CodeIgniter 1.5.3 was mentioned to have some sort of bug even thoug开发者_如何学Goh I believe to check myself as well. What is happening to the URL above?


I figured it out. Sorry about the link, but I had to use site_url(). All the links were fine. I did not have a case of "accumulated links" in my address bar. So I did this for all my hrefs,

site_url("controller/method")
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号