hi,
How can I have a schemas in separate files and combine them when I need.
I put a schema like this :
package Blah::Action::Schema::Client;
use strict;
use Jifty::Param::Schema;
use Jifty::Action schema {
........
}
then in an Action module I do this :
use base qw/Blah::Action/;
use Blah::Action::Schema::Client;
or this :
use base qw/Blah::Action Blah::Action::Schema::Client/;
but both ways doesn't seems to work ? any idea what I'm doing wrong ?
I also like later to be able to combine many schemas not just one ?
--
Gee I don't have signature
_______________________________________________
jifty-devel mailing list
[email protected]
http://lists.jifty.org/cgi-bin/mailman/listinfo/jifty-devel