[SQLObject] Reimplements the constructor...
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
|
From: <mic...@ya...> - 2004-07-20 13:16:50
|
Hi guys!
Can I reimplement the constructor of an object. My problem is that I
have to create an article, this article can be inside a title, and can
be inside a section, I need a tree implementation for this objects:
- title 1
- section 1
o article 1
- section 2
o article 2
o article 3
The article can be inside a section but it´s not forced, it can be
inside the title too...
I want to reimplement the constructor to know when I adding the article
in a section or in a title, so, if the user adding in a section, I can
get the title from the section, the article will always have a title,
even if it is in a section...
Is it a good idea? Thanks for any help and sorry about my poor english :)
=====
--
Michel Thadeu Sabchuk
Curitiba/PR
_______________________________________________________
Yahoo! Mail agora com 100MB, anti-spam e antivírus grátis!
http://br.info.mail.yahoo.com/
|