[Catalyst] C::P::Session::Store::DBIC
Daniel Westermann-Clark
dwc at pobox.com
Tue Nov 7 23:00:27 GMT 2006
On 2006-11-08 08:16:22 +1000, Ivan Wills wrote:
> The $c->config->{session}{dbic_class} points to the DBIC model
> App::Model::DB as per the documentation (and pointing it to the
> session class App::Schema::Session causes a runtime error). Is there
> some way to tell C::P::S::Store::DBIC the correct table to use?
In this case, dbic_class should be "DB::Session". This corresponds to
what you pass to $c->model to access the session resultset.
--
Daniel Westermann-Clark
More information about the Catalyst
mailing list