* On Mon, Feb 25 2008, Tyler Bird wrote: > Hi, > > How can I support multiple schema's per application > and share them between applications hopefully without duplication in > the catalyst framework?
Just create another Catalyst::Model::DBIC::Schema subclass. You can have as many as you want. Regards, Jonathan Rockway _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
