Hi.
I have 2 related table in a one by one relation. The id field are not
autonumeric, I use an unique ID for every user.
I generate thr backend application normally, and every thing go quite
right, until i try to add a new record, the id (not autonueric, remember)
dose´nt appear. I edit the classe and add:
$this-> widgetSchema ['id'] = new sfWidgetFormInputText()
The ID is show but if i try to create a new record and error apperar. If
i remove the previos line and create the record the CI field in the DB are
empty.
How can i fix this.