![]() |
can't see welcome message - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: Model-View-Controller (https://forum.codeigniter.com/forumdisplay.php?fid=10) +--- Thread: can't see welcome message (/showthread.php?tid=80915) |
can't see welcome message - mithranil - 01-03-2022 Hi all. I just install Xampp, Codeigniter and Aptana. I am going to localhost/ci_intro and I am seeing this screen. I cannot see the welcome_message in the view folder. I am trying to follow a really old tutorial for codeig. I was recommended to learn mvc from old code igniter tutorials because the website I need to modify is based on these. Where is the file to set default view file? There is no file config.php in app/config/config.php (maybe this was changed in newer versions https://postimg.cc/xNPR0cVF RE: can't see welcome message - kenjis - 01-06-2022 See https://codeigniter4.github.io/CodeIgniter4/tutorial/index.html RE: can't see welcome message - kmjkhvokapmx - 07-12-2022 (01-03-2022, 05:08 AM)mithranil Wrote: Hi all. I just install Xampp, Codeigniter and Aptana. I am going to localhost/ci_intro and I am seeing this screen. I cannot see the welcome_message in the view folder. I am trying to follow a really old tutorial for codeig.I've never had a problem like this. See if it works for you. When no one can assist you, you should sometimes exhaust all possible options. (01-06-2022, 12:29 AM)kenjis Wrote: See https://codeigniter4.github.io/CodeIgniter4/tutorial/index.html RE: can't see welcome message - sstevemmitchell - 08-06-2022 The page you are looking at is being generated dynamically by CodeIgniter. If you would like to edit this page you'll find it located at: Code: application/views/welcome_message.php The corresponding controller for this page is found at: Code: application/controllers/Welcome.php If you are exploring CodeIgniter for the very first time, you should start by reading the User Guide. wordle unlimited File to set the default view can be found at: Code: application/config/routes.php |