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/ +
_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/