On Thursday 23 July 2009 17:32:57 adam wrote: > Hello, > > I am looking for some advice. > > I have a database with a list of user contacts. I want to create a > little search engine for the user to search for users. What is the > best way to go about this with turbogears 2.0?
By reading the SQLAlchemy tutorial and then writing some controller actions that issue queries against your DB. Diez --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

