Hi There
The manual suggests that you should not rely on the result of insert()
method for last inserted id:
"13.1.4.2. Retrieving a Generated Value
Some RDBMS brands support auto-incrementing primary keys. A table defined
this way generates a primary key value automatically during an INSERT of
Hi All
I have got used to using the custom error messages with form elements e.g.
$this->addElement('text', 'name', array('label' => 'Name',
'errormessages' =>
array('Please make an entry for name'),
Hi
I have created a form in the standard way using Zend_Form
$form->setMethod('post')
->setAttrib('id', 'new_user')
->setDecorators(array('FormElements','Form'))
etc
To display this in the view it is as simple as
$this->form
However I wish to just d