Hi,
I want to suggest something.
I understand that the next two big things to do are the PHP 5.3 release and then to work on the db part of Recess.
Is that right?
If it so, than I want to suggest that you save this effort and use an very very interesting and unique db framework which based on 5.3 and like I said it is unique like Recess.
So it would save you a lot of effort and you can work on other parts of recess.
You can look at the project here:
http://www.phpactiverecord.org/
Best regards
Chris
Chris,
We've got a young (but fast and fun :-) ORM already, and it makes some very different choices from ActiveRecord. Among them, we explicitly list columns as public instance vars in the class file--annotated with types in special doc comments--and we think that kind of being explicit is a *good* thing.
The syntax in your ActiveRecord clone is more elegant in many places, but if we do decide to go PHP 5.3 only, we'll be able to close that gap. (How how HOW did they ever think early static binding was a good idea?)
-Joshua