Re: Script to make old projects ready for cake

2006-08-26 Thread [EMAIL PROTECTED]
http://rafb.net/paste/results/ay4rme65.html here is my work in progress you just setup the database details for the project , and then you have the option to remove prefixes from tablenames, or add prefixes to them, change parts of fieldnames to _id (for example i always used modelnameid as

Script to make old projects ready for cake

2006-08-24 Thread [EMAIL PROTECTED]
Does anyone have some sort of script or utiltiy that you could use to make an old project ready for cake? could be php, or a series of mysql queries on itself... i think about for example: go through each table in a certain database and change every unix timestamp in mysql datetime, or go

Re: Script to make old projects ready for cake

2006-08-24 Thread Samuel DeVore
No I have not, but I will gladly use yours. You know to help you test it ;) On 8/24/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Does anyone have some sort of script or utiltiy that you could use to make an old project ready for cake? could be php, or a series of mysql queries on