On Apr 19, 2007, at 3:47 PM, John Siracusa wrote:

> Anyway, you can read more about this family of method-makers here:
>
>     http://search.cpan.org/dist/Rose-Object/
>
> Many others exist on CPAN.  As long as the method names and hash keys
> don't conflict with any columns, fks, or relationships, you'll be fine
> no matter which you choose.

Would it be terribly difficult to port:

        Rose::DB::Object::MixIn

into

        Rose::Object::MixIn

  and then just having Rose::DB::Object::MixIn be a subclass of  
Rose::Object::MixIn for compatibility


Looking at the source of Rose::DB::Object::MixIn , there's no real db  
action going on, and this functionality seems like it would be  
beneficial to the non-db backed class as well.
I *think* it could actually work by just changing the package names -  
I dont' see anything other than calls to  
Rose::Class::MakeMethods::Set , which should work on the Rose::Object  
base class ( at least with my limited understanding of that  stuff )




// Jonathan Vanasco

| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  
- - - - - - - - - - - - - - - - - - -
| SyndiClick.com
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  
- - - - - - - - - - - - - - - - - - -
|      FindMeOn.com - The cure for Multiple Web Personality Disorder
|      Web Identity Management and 3D Social Networking
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  
- - - - - - - - - - - - - - - - - - -
|      RoadSound.com - Tools For Bands, Stuff For Fans
|      Collaborative Online Management And Syndication Tools
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  
- - - - - - - - - - - - - - - - - - -



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to