europaphp / skeleton

A feather-weight, extremely-fast, diverse, scalable and productive PHP 5.4 View Controller framework.
17 stars 9 forks source link

Implement support for automating id/dbref lookups in Europa_Mongo #31

Closed treshugart closed 13 years ago

treshugart commented 14 years ago

Implement support for automating id/dbref lookups in Europa_Mongo.

This means that any references in hasOne and hasMany relations will auto-fill themselves and set the appropriate db/collection if necessary.

This doesn't necessarily mean that the object should be loaded, it just means the id/collection/database should be automated.

treshugart commented 13 years ago

Was implemented in Bongo.