> My only concern is sometimes I make database changes. How would I make > it distribute those as well??
It's a concern for me too. phing can execute sql queries. modifying , deleting, etc of tables can all be done with simple sql queries. But i don't know offcourse how well phing does it's job at that. i can imagine it could be a hard job for such an application to find out what kind of sql operations it must perform, not to mention that i'm afraid the execution of sql queries to the database is impossible if the mysql database doesnt accept incoming connections from the outside world (a common scenario at most webhosts) and if you don't have ssh access to call the mysql client locally. (which is also the case many times) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
