Hi,

I need to create a form that shows the attributes of an object to edit them.

I used symfony these last months and I had to do something like this:

// retrieve the object $user from the database and then
$form = new UserForm($user);

What should i do in zf 1? create a constructor? is somethig already made about this?

Javi

--
List: fw-general@lists.zend.com
Info: http://framework.zend.com/archives
Unsubscribe: fw-general-unsubscr...@lists.zend.com


Reply via email to