On Mon, Nov 27, 2006 at 08:03:02PM +0100, Diez B. Roggisch wrote:
> >    _init() really is the best method to override for INSERT, but there is
> > no single method to override for UPDATEs...
> 
> Fine for me, I can do whatever is needed there using properties anyway.

   There is method set() that is being called during both INSERT (it is
called in _create() before _init()) and UPDATE. There are also methods
_SO_getValue and _SO_setValue - low-level methods that are used to
construct getters and setters for properties...

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            [EMAIL PROTECTED]
           Programmers don't die, they just GOSUB without RETURN.

-------------------------------------------------------------------------
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
_______________________________________________
sqlobject-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to