Re: A case study of a real-world migration to CakePHP 1.2

2008-10-26 Thread [EMAIL PROTECTED]
Thanks for your suggestions. I will flesh out the parts about converting configurations and the form/html changes. I will also try to look at the other things suggested... validation is next on my list of things to look at. Something I left out of the original application to a large extent. The f

Re: A case study of a real-world migration to CakePHP 1.2

2008-10-25 Thread teknoid
just a few things off top of my head... - validation rules and new validation options in 1.2 - containable behavior to restrict model bindings - 1.2 rc1+ ... the operators in find() moved to the key side, i.e. ('ModelName.Field LIKE'=>'apple') - Don't remember for sure how it was in 1.1, but url(

Re: A case study of a real-world migration to CakePHP 1.2

2008-10-25 Thread Daniel Hofstetter
Hi Martin, > I am in the process of migrating my very first CakePHP application to > 1.2. I decided to try to keep track of my migration steps in a case- > study. > > Considering how much CakePHP has evolved and also how many beginner- > mistakes I have put into this application, this migration w

A case study of a real-world migration to CakePHP 1.2

2008-10-24 Thread [EMAIL PROTECTED]
Hi, I am in the process of migrating my very first CakePHP application to 1.2. I decided to try to keep track of my migration steps in a case- study. Considering how much CakePHP has evolved and also how many beginner- mistakes I have put into this application, this migration will also describe s