Welcome Guest, Not a member yet? Register   Sign In
codeigniter welcome screen
#1

[eluser]conspirisi[/eluser]
hi,

i've just installed codeigniter, and am very excited by it too. But I'm not sure if the welcome screen is looking like it should? Does it have any graphics on it or is it just plain text saying the following?

Welcome to CodeIgniter!

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:
system/application/views/welcome_message.php

The corresponding controller for this page is found at:
system/application/controllers/welcome.php

If you are exploring CodeIgniter for the very first time, you should start by reading the User Guide.


Page rendered in 0.4367 seconds
#2

[eluser]Michael Wales[/eluser]
That's it.

Quote:If you are exploring CodeIgniter for the very first time, you should start by reading the User Guide.
#3

[eluser]conspirisi[/eluser]
thanks,

so far so good.....
#4

[eluser]Derek Allard[/eluser]
Waitaminute. Didn't the animated gif of the dancing banana I put in there make it into the download yet? Maybe next version... Wink

Welcome to CI conspirisi... you're going to love it.
#5

[eluser]Michael Wales[/eluser]
Code:
function animateGif() {
  echo "RING, RING, RING, RING, RING, RING, RING, RING,
        BANANA PHONE!

        DOO-DO-DEE-DO-DO";
}

$i = 0;
while ($i = 0) {
  animateGif();
}




Theme © iAndrew 2016 - Forum software by © MyBB