
Padre::DB::Session - db table keeping known padre sessions

my @sessions = Padre::DB::Session->select;

This class allows storing in Padre's database the session that Padre knows. This is useful in order to quickly restore a given set of files.
This is the primary table, you also need to check Padre::DB::SessionFiles.

The following accessors are automatically created by ORLite:
The following subs are automatically created by ORLite. Refer to ORLite for more information on them:
Return a Padre::DB::Session object pointing to last Padre session. If none exists, a new one will be created and returned.
Return a list of files (Padre::DB::SessionFile objects) referenced by current $session.

Copyright 2008-2009 The Padre development team as listed in Padre.pm.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.