Welcome Guest, Not a member yet? Register   Sign In
matchbox and admin sections : perfact modulation
#1

[eluser]Unknown[/eluser]
Hi there,
So started using matchbox just now. but It will be better for me to have an module with its own admin section for this I want a modules structure like this

modules|
Module_1
site // this is front end folder
config
controllers
models
views
admin //admin section
config
controllers
models
views

now whenever I type uri index.php/module it should go to module/site and If I call index.php/admin/module it should go to module/admin folder.. looks like routes has to do something here but just not working for me.. can any one help here... thanks.. and yes please no mod_rewrite.. just the modifications in routes or whatever file is required



GOT ANSWER :::
just put the following line in application/config/route.php

$route['admin/([a-zA-Z_-]+)/(:any)'] = "$1/admin/$2";




Theme © iAndrew 2016 - Forum software by © MyBB