CodeIgniter Forums
Newbie Needs Help ... - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Newbie Needs Help ... (/showthread.php?tid=37210)



Newbie Needs Help ... - El Forum - 01-02-2011

[eluser]Unknown[/eluser]
Hey everyone, I'm really new to Codeigniter and PHP, I've been using it for only 4-5 days now and I have this little problem that I can't seem to solve. I would really appreciate it someone could help me with it.

I'm trying to make a simple website with 2 sides, User side where users will be redirected when entering the URL, and an Admin side where admins can add, edit, update and delete info on the users side. The admins should be able to log in to admin area by adding "/admin" after the URL.

Example: localhost/sitename --> for users
localhost/sitename/admin --> for admins

I've tried so many ways to get that done, I even checked http://philsturgeon.co.uk/news/2009/07/Create-an-Admin-panel-with-CodeIgniter but I still can't get it done right.

So please if there is anyone that can bare with me and give me detailed steps about it I would really thankful.

Have a great day,
Thanks in advance.


Newbie Needs Help ... - El Forum - 01-02-2011

[eluser]umefarooq[/eluser]
this is the right article you have read try 3 method really easy to implement read 3rd method carefully and you can download HMVC from this link here is docs for HMVC

https://bitbucket.org/wiredesignz/codeigniter-modular-extensions-hmvc/wiki/Home


Newbie Needs Help ... - El Forum - 01-05-2011

[eluser]Unknown[/eluser]
That's great, thank you so much for the help Smile