We typically do a separate admin site on a subdomain. The two sites can sometimes get quite complex and its just cleaner to separate the two. The biggest benefit in my opinion, though is that you can work on admin functionality without having to worry so much about touching/ bringing down the public site. Doing this does duplicate some code - but not much - and you can run both off the same install of cake if you want (so you just have your two separate app dirs). But we usually do two full installs of cake so that things are fully separated. - My . 02
On Aug 3, 4:59 am, Andy Gale <[email protected]> wrote: > On Mon, Aug 2, 2010 at 6:27 PM, mike karthauser <[email protected]> > wrote: > > hi hugo > > making one application with front end and backend functionality is far > > superior to creating and maintaining two apps. > > it seems you might benefit from reading book.cakephp.org > > mikek > > Definitely from a code generation point of view but maybe not from a > performance point of view. Depends how important performance is > really. > > -- > Andy Galehttp://andy-gale.comhttp://twitter.com/andygale Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
