Steve Rayner saved me on this one. Apparently I wrote my get function wrong.
In fact I just copy pasted the set function and called it get and forgot to
modify it. I now feel ashamed of flaunting my stupidity on this forum, but I
am still glad that somebody figured it out as I already spend hours on this
not understanding what was going on.

The proper getter is this:
   
   public function getWebsite()
    {
        return $this->website;
    }     



--
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/Extending-zfcuser-Having-problems-with-getting-the-custom-form-fields-data-saved-to-the-database-tp4661247p4661248.html
Sent from the Zend Framework mailing list archive at Nabble.com.

-- 
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]


Reply via email to