CodeIgniter Forums
codeigniter welcome screen - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: codeigniter welcome screen (/showthread.php?tid=3341)



codeigniter welcome screen - El Forum - 09-25-2007

[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



codeigniter welcome screen - El Forum - 09-25-2007

[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.



codeigniter welcome screen - El Forum - 09-25-2007

[eluser]conspirisi[/eluser]
thanks,

so far so good.....


codeigniter welcome screen - El Forum - 09-25-2007

[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.


codeigniter welcome screen - El Forum - 09-25-2007

[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();
}