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: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]


Reply via email to