NYCPHP Meetup

NYPHP.org

[nycphp-talk] A tale of 4 scopes

Randal Rust randalrust at gmail.com
Wed Jan 17 10:29:39 EST 2007


On 1/17/07, Cliff Hirsch <cliff at pinestream.com> wrote:

> If not, why not just attach your own "tab-id" tag to every url.

I have been toying with the idea of moving the UI for my CMS to a
tab-based interface. In order to track what the user wants to see or
work on, the way I think it would have to be done is by passing an
'action' parameter in the query string. You would also have to look at
the location of the user, for example

images.php

images.php?action=viewimagelist
images.php?action=addimage
images.php?action=editimage

Of course, this requires checking to see if the action is passed in
the query string, and also checking to make sure it contains a valid
value.

-- 
Randal Rust
R.Squared Communications
www.r2communications.com



More information about the talk mailing list