Jump to content

How to run my project using codeigniter?


rajeshkr

Recommended Posts

Hi,

I am just start using code igniter and i donot have much knowledge of it.

I recently get a project to view built in codeigniter. i put this folder in www of wamp and start execution.

first i got error related phpadmin i solved that but now i could not able to go further of this page message.

 

"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:

application/views/welcome_message.php

 

The corresponding controller for this page is found at:

application/controllers/welcome.php

 

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

".

 

I just want to know how to come out of this and start viewing my website pages.

 

Thanks

rkrathor

 

Link to comment
Share on other sites

I am just start using code igniter

Why would you do that? As a framework it is an abomination. As a project, it is dying a slow and painful death. Move on, nothing to see here.

 

I just want to know how to come out of this and start viewing my website pages.

They are the website pages.

Link to comment
Share on other sites

  • 2 weeks later...

Hi, rajeshkr!

 

That is the default page being displayed the first time you created a project. You should go to

 

application -> config ->routes.php

 

and change

 

$route['default_controller'] = "home";

 

where "home" is the name of your controller.

 

I hope this helps. Thank you.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.