i don't know if this  would be doable...

current:
                
        $roseObj->timestamp_action('NOW()');
        $roseObject->save;

        > print $roseObj->timestamp_action ;
        > \\NOW


desired:

        $roseObj->timestamp_action('NOW()');
        $roseObject->save;

        > print $roseObj->timestamp_action ;
        > 12/15/2006 11:18

workaround:

        $roseObj->timestamp_action('NOW()');
        $roseObject->save;
        $roseObject->load;

it would just be nice if the save could somehow update the internal  
representation automagically.
i know its weird, because it could be some complex  date-time  
operation, or a db function, or something.  but i wanted to bring it up.


-------------------------------------------------------------------------
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