Welcome Guest, Not a member yet? Register   Sign In
Admin App
#2

Mapping your website to your project route is not a secure practice!
XAMPP supports virtual hosting, so there should be no problem there.

You could always use a subdomain, eg www.yoursite.com and admin.yoursite.com, if you want to keep them separate.
They could still share a CodeIgniter folder.

There is nothing wrong with having an admin folder inside app/, with nested Controllers folders etc.
You could setup routes to suit the URIs you want to see.
Not sure if that is what Wordpress does or not.
This is closest to what has been called "HMVC" in CodeIgniter 3.

There is also nothing wrong with having an admin folder inside app/Controllers, with some form of role-based access so that functionality is only usable by someone in an "admin" role.
Reply


Messages In This Thread
Admin App - by tony.a - 04-30-2019, 10:00 AM
RE: Admin App - by ciadmin - 04-30-2019, 10:42 AM
RE: Admin App - by MeltedRolo - 05-01-2019, 01:56 PM
RE: Admin App - by tony.a - 05-02-2019, 03:16 AM
RE: Admin App - by tony.a - 05-02-2019, 04:29 AM
RE: Admin App - by InsiteFX - 05-04-2019, 04:39 AM



Theme © iAndrew 2016 - Forum software by © MyBB