Welcome Guest, Not a member yet? Register   Sign In
Installation guidence plz...
#1

[eluser]chithu[/eluser]
hi, just now i installed the codeigniter to my system. i use the folder name as test_c. i created db also. i updated config as well as database also. i renamed the 'system' folder as 'new'. i also rename this folder name in index.php also. if i run http://localhost:81/test_c/, then the following content load.

Quote: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.0215 seconds

how did i run this fully? and how to use this codeigniter. kindly give your advice to me plz anybody. thanks.
#2

[eluser]colorfingers[/eluser]
There is a line in your route.php, $route['default_controller'] = "welcome";

Change this to the controller that you wish to be your default. There is a controller called "Welcome.php" which directs your request.

Hope this answers your question,

Bob ?;O)
#3

[eluser]chithu[/eluser]
thanks for your meaningful response. i really try it. it works. thanks.




Theme © iAndrew 2016 - Forum software by © MyBB