Padre::DB::SessionFile.3pm

Langue: en

Version: 2010-06-02 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Padre::DB::SessionFile - Database table to store session files

SYNOPSIS

         my @files = Padre::DB::SessionFile->select(
                 'where session = ?', $session_id,
         );
 
 

DESCRIPTION

This class allows storing in Padre's database the files referenced by a given session (see "Padre::DB::Session").

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 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.