getCurVal(); } function render_input() { if ( $this->getCurVal() && $this->obj->id ) { return ''.$this->getCurVal(); // return ''; } else { return ''." "; } } } ?>