I want to have very simple data structure. Users with properties: firsnane, lastname and posts with properties: author(user), text, creationdate. Like very simple guestbook.
And i want to show all posts on a page ordered by creating date and with author name near the each post. For example i get all posts ( gql SELECT * FROM Post ), and now i need to get a author for each post? Is it any other way to get Author? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
