Welcome Guest, Not a member yet? Register   Sign In
can't see welcome message
#1

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



[Image: xNPR0cVF]

https://postimg.cc/xNPR0cVF
Reply
#2

See https://codeigniter4.github.io/CodeIgnit...index.html
Reply
#3

(This post was last modified: 07-12-2022, 08:30 PM by kmjkhvokapmx.)

(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 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



[Image: xNPR0cVF]

https://postimg.cc/xNPR0cVF
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/CodeIgnit...index.html
Reply
#4

(This post was last modified: 08-10-2022, 11:16 AM by sstevemmitchell.)

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
Reply




Theme © iAndrew 2016 - Forum software by © MyBB