I am building an app that will never be finished....i mean it will always be constantly added to and add new features or what not. Obviously for each new addition i do not want to work on the live public site, so I was wondering what the best approach would be?
I was thinking: (all on the same server) remove admin_ functions completely from the live site, run cake _admin from a dev folder which is where all new production / testing takes place, dev folder would use the same db connection so i have access to the live data to use during testing, this way i have a live public production version and a behind the scenes "as if it was live" development version and each time a completed new section is built and tested i can just copy the new files into the live site structure. Thanks, Dave 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
