Hacker News new | ask | show | jobs
by arthurschreiber 5130 days ago
Yes, but their Model layer, in comparison with what ActiveRecord provides you with, is really not that great. One of the main aspects that I really didn't like was that the Model finder methods don't give you object instances back, but instead you get php arrays with the fetched data from the database.
2 comments

Personally, I have never found this in any way restrictive?
Why do you want object instances?