|
|
|
|
|
by mootothemax
5088 days ago
|
|
To be fair, the biggest problem I have with Cake is its ORM; it just feels unnatural to me. You ask for some data, and get back an associative array of values, which you can't do anything with but pass elsewhere. It just lacks a certain sense of OOPiness for me :) |
|
Also, the next version is supposed to redo the ORM to return actual models.