Closed fedeisas closed 9 years ago
Probably not - the reason why many of us like Doctrine and its entities, is because they're devoid of any logic other than the business domain that is specific to the entity. This results in much simpler, easier-to-manage entities than you generally get with an ActiveRecord implementation (which knows far too much of the underlying system).
I'm currently tweaking this library, and I started to implement some interfaces from Eloquent on my BaseModel, such as Arrayable, Jsonable, ArrayAccess, etc.
Is this something you would consider merging?
Thanks!