On Thu, Jan 03, 2008 at 05:51:47PM +0800, Fayland Lam wrote: > the second one is hard to use model in cron pl. I know we can do something > like my $c = MyApp->prepare(); or Catalyst::Model::Adaptor (trust me, > that's not so easy or fast)
If you're _only_ wanting to use the model, why not just use ::Schema instead of trying to use MyApp::Model, which is just a small stub to load ::Schema? Chisel -- Chisel Wright e: [EMAIL PROTECTED] w: http://www.herlpacker.co.uk/ IRC is just multiplayer notepad. _______________________________________________ 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/
