On Fri, 16 Mar 2007 10:37:14 -0400 "John Siracusa" <[EMAIL PROTECTED]> wrote:
>> Just wondering if there might already exist some way to easily convert the >> hierarchical hash to and from a Rose DB Object that corresponds to the >> hierarchical data in the Rose DB Object (that corresponds to the >> hieararchical data in the database itself)? JS> No, no existing way, but writing one would be a good exercise for someone :) Would this be hard using Tie::Hash? It could act as if the column names are hash keys and allow read-only access. Maybe not the RDBO object, but something you can get with $object->get_tied_hash()... Seems like a useful Helper method. Ted ------------------------------------------------------------------------- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/rose-db-object
