Harsha M V
Harsha M V

Reputation: 54949

Can we have Multiple Admin Routing in Cakephp?

I want multiple admin routing..

One for Admin another for CLients.. is this possible. if not whats the best way to get around to this ?

thanks a lot.

Upvotes: 1

Views: 317

Answers (1)

dr Hannibal Lecter
dr Hannibal Lecter

Reputation: 6721

I think you're looking for prefix routing. In Cake 1.2 it's a bit different, but still usable.

There is more info on related questions here on SO :)

Upvotes: 2

Related Questions