| OpenFrame-WebApp documentation | view source | Contained in the OpenFrame-WebApp distribution. |
OpenFrame::WebApp::Segment::User::RequestLoader - a pipeline segment to load users from requests
# see OpenFrame::WebApp::Segment::User::Loader for usage # get id from request param: http://123.com/?user_id=id $OpenFrame::WebApp::Segment::User::RequestLoader::USER_KEY = 'user_id';
The OpenFrame::WebApp::Segment::User::RequestLoader class is a user loader
that gets user id's from the OpenFrame::Request object in store. It
inherits its interface from OpenFrame::WebApp::Segment::User::Loader.
finds user id.
gets user id from OpenFrame::Request argument named $USER_KEY.
Steve Purkis <spurkis@epn.nu>
Copyright (c) 2003 Steve Purkis. All rights reserved. Released under the same license as Perl itself.
| OpenFrame-WebApp documentation | view source | Contained in the OpenFrame-WebApp distribution. |