hi,

Can someone point me to example that uses Jifty::Bootstrap ?
What should I do make a package with that name ? and add :

package Jifty::Bootstrap;
sub run {
  my $self = shift;
  $$self{table1} = MyProj::Model::Table1->new();
  $$self{table}->create({.......});
   ......
  $$self{table}->create({.......});

}


Is that correct ?

PS> AFAIK I saw one video-stream for first steps with Jifty, does
someone have the link handy ?
_______________________________________________
jifty-devel mailing list
[email protected]
http://lists.jifty.org/cgi-bin/mailman/listinfo/jifty-devel

Reply via email to