The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Padre::DB::RecentlyUsed - Database table to store recently used stuff

SYNOPSIS

        my @files = Padre::DB::RecentlyUsed->select(
                'where type = ?', $type,
        );

DESCRIPTION

This class allows storing in Padre's database the files .

PUBLIC METHODS

Accessors

The following accessors are automatically created by ORLite:

id()
file()
position()
focus()
session()

Class methods

The following subs are automatically created by ORLite. Refer to ORLite for more information on them:

select()
count()
new()
create()
insert()
delete()
truncate()

COPYRIGHT & LICENSE

Copyright 2008-2010 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.