I wouldn't use two installations unless you had some legitimate need to do so, you'll just over-complicate it otherwise.
I'd do the same as euromark suggests, see the follow book pages: http://book.cakephp.org/2.0/en/development/routing.html#prefix-routing http://book.cakephp.org/2.0/en/core-libraries/components/authentication.html#making-actions-require-authorization On 26 June 2014 13:36, Ari Araujo <[email protected]> wrote: > Hi, first excuse my English because I'm Brazilian! > > No need to use two installations of cake. > Copy the App folder to outside the folder structure, you can rename it as > you wish and create several of them. > > Hen change the following file with the name of your core: > > -> yourApp/webroot/index.php > define('CAKE_CORE_INCLUDE_PATH', ROOT . DS . '*YourCore*' . DS . 'lib'); > > Good work > > > 2014-06-26 1:11 GMT-03:00 Mauricio Fritsch <[email protected]>: > > How it's better? >> >> I want to develop a system of sales (a hotsite), and develop too a >> administration of these page(s). >> >> First i think have two installations of cake using the same base, and >> reading more some people say to use plugins for develop the adminstration >> like a *subsytem*. >> >> Someone here was developed something like this? >> >> Thankyou! >> >> -- >> Like Us on FaceBook https://www.facebook.com/CakePHP >> Find us on Twitter http://twitter.com/CakePHP >> >> --- >> You received this message because you are subscribed to the Google Groups >> "CakePHP" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/cake-php. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > *Ari Araujo* > > O milagre que eu esperei nunca me aconteceu, > Mas não ha de ser nada, pois eu sei que a madrugada acaba quando a lua se > põe. > > -- > Like Us on FaceBook https://www.facebook.com/CakePHP > Find us on Twitter http://twitter.com/CakePHP > > --- > You received this message because you are subscribed to the Google Groups > "CakePHP" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/cake-php. > For more options, visit https://groups.google.com/d/optout. > -- Kind Regards Stephen Speakman -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/cake-php. For more options, visit https://groups.google.com/d/optout.
