Welcome Guest, Not a member yet? Register   Sign In
CI backend
#1

[eluser]Vans[/eluser]
Hi everyone,
I'm helping a friend of mine with CI developing.
My tasks are all regarding the back end.
I never used CI and I don't know how to "visit"( url or how to reach)the back end, I should see how is it to modify.
Can anyone help me please?

Thank You !
#2

[eluser]johnwbaxter[/eluser]
I don't fully understand your question but CI is not a CMS like joomla or drupal, it is a framework. You would need to make your own backend.

This will help you.

http://www.ellislab.com/codeigniter/user-guide

If i have misunderstood your question then i imagine this is the bit you're looking for.

http://ellislab.com/codeigniter/user-gui.../urls.html
#3

[eluser]Vans[/eluser]
OK, thanks!!!
But how can I see the back end of this site? it has just been realized by someone else, not me.
I should "find" this back end and work on it.
Is this possible?

Thank you!!!
#4

[eluser]johnwbaxter[/eluser]
That is a little like asking where the needle is in the haystack when i'm not even in the field.

How on earth am i meant to know where someone has coded it? There is no preset place to code an admin backend with ci, you can do it however you want. I suggest you have a look through the controllers for one called something like "admin" or "secure" and go from there.
#5

[eluser]Pascal Kriete[/eluser]
Hey vans,

Do you have access to the webserver / files of the application? That would be a great start.

Welcome to CodeIgniter
#6

[eluser]Vans[/eluser]
I'm sorry.
I'm new in CI, maybe something could seem nosense....
but I'll do my best to improve...
Anyway thank you very much.
Now I try and I'll let you know!!!
#7

[eluser]Vans[/eluser]
Yes , I Have access to the web server.
I'm working in localhost with apache...I tried to call .\system\application\controllers\welcome.php
but it says Fatal error: Class 'Controller' not found !?!?!?!?!?
What can I do?

Thank you!
#8

[eluser]johnwbaxter[/eluser]
Is this code you've made or code from someone else?

If it's yours, paste the code here.
#9

[eluser]Vans[/eluser]
No it's not mine.
My friend past me the directory and I only put it on my webserver.
I haven't written a line still.

Where should be Class Controller ???

Tahnk you!
#10

[eluser]Pascal Kriete[/eluser]
The main controller class should be in system/libraries/controller.php, but I highly suggest you read the user guide before continuing. It will save you a lot of frustration.




Theme © iAndrew 2016 - Forum software by © MyBB