Welcome Guest, Not a member yet? Register   Sign In
basic doubts in codeigniter
#1

[eluser]maddy_ssn[/eluser]
hi 2 everyone.i am new 2 codeigniter so please guide me to open codeigniter i can't get the index.php page.anyone explain how 2 implement and run the codeigniter.

Maddy
#2

[eluser]woopsicle[/eluser]
have you looked at this? http://www.ellislab.com/codeigniter/user...index.html

basically extract the codeigniter files to a web directory, set the url in config.php and then navigate to http://www.mysite.com/index.php to view the default page.

from there you can go about building your website.
#3

[eluser]LittleBop[/eluser]
Hi,

you can view video tutorials too, they are usefull.

++
#4

[eluser]maddy_ssn[/eluser]
thank u 4 ur guide.i changed my url like this
$config['base_url'] = "http://localhost/CodeIgniter/";
but its not working?
#5

[eluser]woopsicle[/eluser]
so you extracted the archive to /www/codeigniter/ ?? (by www i mean the web directory.. usually www or public_html). this would mean you have /www/codeigniter/system for example.

when you say it doesnt work.. what is the error?


if you just want to test it out and get something working.. extract to www/ (e.g. www/system etc etc ) and then set the base url to 'http://localhost' and then go to http://localhost/index.php in your web browser.

this assumes your web server is all set up properly ofcourse - with php installed.
#6

[eluser]maddy_ssn[/eluser]
thank u .now i am working in codeigniter very comfortably.




Theme © iAndrew 2016 - Forum software by © MyBB