On Wed, Mar 13, 2013 at 11:51 AM, kaiszy <[email protected]> wrote: > Hi again ;) > > Sorry for my fuzzy mail ;) > > For example i modify > > cakeroot/app/Controller/AppController.php > cakeroot/app/View/Layouts/defaults.ctp > a.s.o. > > These files are (ofcourse ;) also in then distribution archiv.
Do you mean your project's root, or the lib folder? It can be confusing because there's a: lib/Cake/Controller/AppController.php and: app/Controller/AppController.php Both app and lib should be at the same level. The files in app are the ones you should modify. Don't make changes to anything in lib. > So i ask myself: What is the best practice to update Cakephp Installations > (maybe compare app-File-by-file), If the lib folder is untouched you're good to go. Download the version you want and replace the lib folder. (Re-name the old one so you can easily switch back.) You can also do this with git but if you're not sure it's best to do it manually. -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
