[jifty-devel] Combine Param::Schema's ?

mraptor mraptor at gmail.com
Sun Feb 25 16:36:10 EST 2007


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


More information about the jifty-devel mailing list