[jifty-devel] Wifty question re actions

bart bunting bart at bunting.net.au
Fri Mar 17 18:45:19 EST 2006


G'day,

Can someone tell me why Wifty::Action::Login uses both Wifty::Action
and Jifty::Action?

For that matter it appears that nearly all the Wifty actions do?

package Wifty::Action::Login;
use base qw/Wifty::Action Jifty::Action/;

I assume that Wifty::Action is an automagically created class but I
don't understand why it is required and why Jifty::Action isn't
enough?

Thanks

Bart


More information about the jifty-devel mailing list