RE: [google-appengine] Remote Data Fetching

2011-05-10 Thread Brandon Wirtz
hingtolookup to do queries. You'll have to write code to do this. From: google-appengine@googlegroups.com [mailto:google-appengine@googlegroups.com] On Behalf Of kyle valade Sent: Tuesday, May 10, 2011 11:57 AM To: google-appengine@googlegroups.com Subject: [google-appengine] Remot

[google-appengine] Remote Data Fetching

2011-05-10 Thread kyle valade
I'm not sure if Google App Engine is the right framework for this. I am working on a reservation management system and was originally thinking of the design in terms of PHP and MySQL and just inserting data into a database and retrieving it whenever necessary. Now I'm trying to rethink that pr

[google-appengine] Remote Data Fetching/Posting

2011-05-10 Thread kyle valade
I'm not sure if Google App Engine is the right framework for this. I am working on a reservation management system and was originally thinking of the design in terms of PHP and MySQL and just inserting data into a database and retrieving it whenever necessary. Now I'm trying to rethink that prog