Re: Baking into an admin sub folder or segmenting admin MVC from public website

2014-08-22 Thread Thomas von Hassel
Actually, in 3.x this is exactly what is going to happen. Admin controllers will live in an Controller\Admin namespace /thomas On 22 Aug 2014, at 10:39, Stephen S wrote: > Hey Paul > > I can understand your reasoning of wanting to bake controllers in an admin > subfolder but I think that t

Re: Baking into an admin sub folder or segmenting admin MVC from public website

2014-08-22 Thread Stephen S
Hey Paul I can understand your reasoning of wanting to bake controllers in an admin subfolder but I think that this is just going to fight against Cake and make life more difficult for you. You can set up an admin prefix which means when you access www.site.com/admin/users/index it will search fo

Baking into an admin sub folder or segmenting admin MVC from public website

2014-08-22 Thread Paul Drage
Hi there! I've a background from CodeIgniter and am trying out CakePHP. So far I'm pretty impressed with how Cake can be scaled and how quick it is to get up and running - even on a strange remote DB setup things seem to be lightning fast. I have created tables in a database, something like 27-