Welcome Guest, Not a member yet? Register   Sign In
Admin system
#1

[eluser]briandkid[/eluser]
Hi Everyone,

I would like to know how to design an admin system whcih allows access to the models and controllers of the existing site.

Thanks
#2

[eluser]Johan André[/eluser]
What's wrong with doing:

Code:
$this->load->model('a_model');
$this->load->model('another_model');
#3

[eluser]Developer13[/eluser]
Good on you for attempting the help, Johan... but how can you even start to answer the question? I think the OP needs to provide more clarification as to exactly what it is they're asking.
#4

[eluser]Colin Williams[/eluser]
briandkid, you should see your app as a whole. No backend application and frontend application, just the application, possibly with frontend/backend controllers, or frontend/backend controller functions.
#5

[eluser]briandkid[/eluser]
Thanks gues i would try to look in it more
#6

[eluser]Johan André[/eluser]
[quote author="Developer13" date="1260863636"]Good on you for attempting the help, Johan... but how can you even start to answer the question? I think the OP needs to provide more clarification as to exactly what it is they're asking.[/quote]

Yes, how do answer the question? When the question is vague the answer probably will too...




Theme © iAndrew 2016 - Forum software by © MyBB