Re: a description about some cakephp improvement points

2009-02-26 Thread Martin Westin
Further points: 1. They forgot that PHP4 is also OK ;) 5. "The framework is inadequate to create new records in tables that have only one autoincrement (or serial) field" I read this as being either about a table with a single field (just the id), or more likely about Cake not liking composite p

Re: a description about some cakephp improvement points

2009-02-25 Thread mscdex
On Feb 25, 10:10 pm, Marcelo Andrade wrote: > "The framework is inadequate to create new records in > tables that have only one autoincrement (or serial) field" If I'm understanding this correctly, this is perfectly fine as far as CakePHP is concerned. In fact, most new database tables (and many

a description about some cakephp improvement points

2009-02-25 Thread Marcelo Andrade
Hi all, Months ago, the company where I work decided to use php as another internal "official" language (java is mainly used). So, some people have made a report pointing out the pros and cons of some php MVC frameworks. After that, they recommended the ZF adoption. I disagree in some points o