Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Browsing a sql table on the web

by neniro (Priest)
on May 13, 2006 at 12:37 UTC ( [id://549218]=note: print w/replies, xml ) Need Help??


in reply to Browsing a sql table on the web

You could define a table-object, with a render-method you could call from TT or HTC. The table-object has a resultset that you could store using Pixie. As most webapps are stateless (ignoring fancy AJAX-stuff), you must use kinda session-keys (or the cookie Pixie gives you) and pass that between the states your table-object could handle.

Replies are listed 'Best First'.
Re^2: Browsing a sql table on the web
by BerntB (Deacon) on May 13, 2006 at 12:45 UTC
    Thanks, but I get the part about persistence.

    (-: Well, I was stupid enough to write my own storage engine instead of using Pixie etc, but this is partly a hobby project. :-)

    What I need is a neat and general way to get back to the same place in a sql table.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://549218]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-04-18 14:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found