![]() |
accessing controller? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: accessing controller? (/showthread.php?tid=32904) |
accessing controller? - El Forum - 08-09-2010 [eluser]anna16[/eluser] hi I installed the CodeIgniter under mysite.com/ci/ now how do i access the controller i created blog.php how? Thanks in advance. accessing controller? - El Forum - 08-09-2010 [eluser]Maglok[/eluser] If blog.php is your controller then you can get to it's output by navigating to mysite.com/ci/index.php/blog Read more in the first few chapters of the user_guide it is the best way to explain how it works. http://www.ellislab.com/codeigniter/user-guide accessing controller? - El Forum - 08-09-2010 [eluser]anna16[/eluser] @Maglog thanks I forgot to upload, now it's fixed. |