Can someone please explain what the last sentence in this paragraph from the
docs means:

In general, you should not touch __init__. Instead use the _init method,
which is called after an object is fetched or inserted. This method has the
signature _init(self, id, connection=None, selectResults=None), though you
may just want to use _init(self, *args, **kw). *Note:* don't forget to call
SQLObject._init(self, *args, **kw) if you override the method!

I.e. when do I have to call SQLObject._init...when i override any _init?
I'm still getting my sea legs here.  :)

Thanks,
Sam
-------------------------------------------------------------------------
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/
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to