Hi there... I'm doing a simple system where I create some requests for registration. Users with some auth level have to read those requests and process them, Save or Delete. Simple, I have all that done.
But now, I need a way to create a "See next request" option, so that they don't have to select which request to see, but the system redirect them to an X Request Id. I don't know how to check if a Request Id is currently being see by another user, so that two users won't Save or Delete the same Request and i can get the "Next Request" in line. Any idea..? -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
