NAME
Conclave::OTK::Backend - base class for OTK backends
VERSION
version 0.01
SYNOPSIS
package Conclave::OTK::Backend::MyBackend;
use parent qw/Conclave::OTK::Backend/;
DESCRIPTION
This should be the base class for all OTK backends. The main functions a plugin needs to overwrite are:
new- 
TODO
 init- 
TODO
 update- 
TODO
 query- 
TODO
 delete- 
TODO
 
EXAMPLES
For examples view the Conclave::OTK::Backend::* included in this distribution.
AUTHOR
Nuno Carvalho <smash@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014-2015 by Nuno Carvalho <smash@cpan.org>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.