[Catalyst] Reaction Development?
Matt S Trout
dbix-class at trout.me.uk
Tue Feb 6 16:39:55 GMT 2007
On 6 Feb 2007, at 16:15, John Napiorkowski wrote:
> package manage::Model::Action;
>
> my $r = ActionReflector->new;
>
> $r->reflect_action_for(
>
> 'mylib::schemas::db::membership::members',
> __PACKAGE__.'membership::members::create',
> 'Create',
> );
>
> [one of the above for each action type]
>
> Would also have solved the problem, I guess? I guess
> this way give you more finely tuned control.
Yeah, and the intent is to build a
'Reaction::InterfaceModel::ObjectClass' classexporter thing that
sugars up Reaction::Class with stuff to make this easier.
--
Matt S Trout, Technical Director, Shadowcat Systems Ltd.
Offering custom development, consultancy and support contracts for
Catalyst,
DBIx::Class and BAST. Contact mst (at) shadowcatsystems.co.uk for
details.
+ Help us build a better perl ORM: http://dbix-
class.shadowcatsystems.co.uk/ +
More information about the Catalyst
mailing list