Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

references #4

Open
tobsn opened this issue Jan 20, 2011 · 0 comments
Open

references #4

tobsn opened this issue Jan 20, 2011 · 0 comments

Comments

@tobsn
Copy link

tobsn commented Jan 20, 2011

hey there!
thanks for turning on the issue tracker! :)

would you mind making up some quick examples for those two features?

  • Efficient references to another document, and an efficient way to load it (with one query if possible)
  • Dynamic References (AKA, save a query to execute later)

as example data:
i have users who own products and in an overview i need to load the products under each user. is it possible to dynamically load products into the user?
right now i already have a base object class with my custom findassoc etc. (to prepare data) and i think i would go the way that i load the object of the user and copy the custom findassoc functions into the object to overwrite the base class functions and within those products specific find functions i would load the products object and find() by the users id.

any other ideas?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant