4 |
## $Id$ |
## $Id$ |
5 |
## ----------------------------------------------------------------------------- |
## ----------------------------------------------------------------------------- |
6 |
## $Log$ |
## $Log$ |
7 |
|
## Revision 1.6 2003/04/11 00:48:03 joko |
8 |
|
## minor fix: calling parent constructor explicitely by name now, transparency seems not be automagically compatible with inheritance in php ,-) (non-orthogonal) |
9 |
|
## |
10 |
## Revision 1.5 2003/04/09 09:59:30 joko |
## Revision 1.5 2003/04/09 09:59:30 joko |
11 |
## fixes regarding modification of decode-function-behavior |
## fixes regarding modification of decode-function-behavior |
12 |
## |
## |
68 |
// prefetch data |
// prefetch data |
69 |
$this->data_prefetch(); |
$this->data_prefetch(); |
70 |
|
|
71 |
$parent = get_parent_class($this); |
// doesn't work if EditDataItem gets inherited |
72 |
$this->$parent($title, $PHP_SELF, 600); |
//$parent = get_parent_class($this); |
73 |
|
//$this->$parent($title, $PHP_SELF, 600); |
74 |
|
|
75 |
|
$this->StandardFormContent($title, $PHP_SELF, 600); |
76 |
|
|
77 |
} |
} |
78 |
|
|
79 |
function set_data_source(&$source) { |
function set_data_source(&$source) { |