On 4/2/07, Jonathan Vanasco <[EMAIL PROTECTED]> wrote:
> doc change:
>         with_managers seems to default to true , it should be listed as such

It is.  File: lib/Rose/DB/Object/Loader.pm
...
=item B<with_managers BOOL>

If true, create
L<Rose::DB::Object::Manager|Rose::DB::Object::Manager>-derived manager
classes for each L<Rose::DB::Object> subclass.  Defaults to the value
of the loader object's L<with_managers|/with_managers> attribute.
...
=item B<with_managers [BOOL]>

If true, the L<make_classes|/make_classes> method will create
L<Rose::DB::Object::Manager|Rose::DB::Object::Manager>-derived manager
classes for each L<Rose::DB::Object> subclass by default.  Defaults to
true.
...

> feature request:
>         it would be nice if a variation of with_managers could be called ,
> that did not create:
>
>                 __PACKAGE__->make_manager_methods('useraccount');

...but did what instead?

-John

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to