[jifty-devel] Bootstrap example ?

myshare mraptor at gmail.com
Thu Feb 22 19:36:04 EST 2007


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 ?


More information about the jifty-devel mailing list