1Padre::DB::RecentlyUsedU(s3e)r Contributed Perl DocumentaPtaidorne::DB::RecentlyUsed(3)
2
3
4

NAME

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

SYNOPSIS

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

DESCRIPTION

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

PUBLIC METHODS

17   Accessors
18       The following accessors are automatically created by ORLite:
19
20       id()
21       file()
22       position()
23       focus()
24       session()
25
26   Class methods
27       The following subs are automatically created by ORLite.  Refer to
28       ORLite for more information on them:
29
30       select()
31       count()
32       new()
33       create()
34       insert()
35       delete()
36       truncate()
37
39       Copyright 2008-2010 The Padre development team as listed in Padre.pm.
40
41       This program is free software; you can redistribute it and/or modify it
42       under the same terms as Perl itself.
43
44       The full text of the license can be found in the LICENSE file included
45       with this module.
46
47
48
49perl v5.12.1                      2010-06-11        Padre::DB::RecentlyUsed(3)
Impressum