Hi Perry, Are you familiar with PHP web applications, and what CakePHP actually provides? There is no "cake client interface" - except what your web application has created, which is usually a series of HTML pages and forms. Unless your application uses some operating system specific extensions (unlikely) there will be no problem running your CakePHP web application from a Mac OSX server.
As for making small changes yourself - you just need to edit the appropriate PHP files, and either view locally, or upload to your live server to view. Of course, if you are not familiar with PHP and with the CakePHP framework making changes like this may not be simple. And finally, just by your developers using CakePHP you will probably end up with a solution that is much easier to be extended by other developers, than if they used their own framework / no framework. CakePHP is a very good framework, and is convention oriented - meaning other CakePHP developers will know exactly what to expect in modifying your application (assuming your current developers are competent :P). --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
