"like_loves8x" <[EMAIL PROTECTED]> writes:
I have a postgres database !
Now i want to perform some of tasks in turbogears :
+ Search data in database
+ Paging of result.
I have already found on google . But don't find which i wish.
Have tutorials about this problem ?
Searching is something from a simple SELECT to a very complex query using
several restrictions on the search. You can use your ORM's select function
for that (as you didn't tell us which you use you'll have to search for for
yourself).
Paging can be done with the paginate decorator. There are docs on
http://docs.turbogears.org/
--
Jorge Godoy <[EMAIL PROTECTED]>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---