| CatalystX-CRUD documentation | view source | Contained in the CatalystX-CRUD distribution. |
CatalystX::CRUD::ModelAdapter::File - filesystem CRUD model adapter
package MyApp::Controller::Foo;
__PACKAGE__->config(
# ... other config here
model_adapter => 'CatalystX::CRUD::ModelAdapter::File',
model_name => 'MyFile',
);
1;
CatalystX::CRUD::ModelAdapter::File is an example implementation of CatalystX::CRUD::ModelAdapter. It basically proxies for CatalystX::CRUD::Model::File.
Only new or overridden methods are documented here.
Implements required method.
Implements required method.
Implements required method.
Implements required method.
Implements required method.
Implements required method.
Implements required CRUD method.
Implements required CRUD method.
Implements required CRUD method.
Implements required CRUD method.
Peter Karman, <perl at peknet.com>
Please report any bugs or feature requests to
bug-catalystx-crud at rt.cpan.org, or through the web interface at
http://rt.cpan.org/NoAuth/ReportBug.html?Queue=CatalystX-CRUD.
I will be notified, and then you'll automatically be notified of progress on
your bug as I make changes.
You can find documentation for this module with the perldoc command.
perldoc CatalystX::CRUD
You can also look for information at:
Copyright 2008 Peter Karman, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| CatalystX-CRUD documentation | view source | Contained in the CatalystX-CRUD distribution. |