I am using Symfony 1.4 and Doctrine 1.2 and sfDoctrineGuardPlugin. I have a article create pa开发者_开发百科ge. On my article table, i have profile_id field for saving which user (author) wrote it.
I am working with Symfony 1.4 and Doctrine. I have a model A with an email field. The form of A displays an input in which the user should insert the email correctly. But as everybody knows, sometimes
I am using Symfony 1.4 and Propel as ORM. I have created a form using the Symfony Form, which contains some text inputs and file upload elements.
I would like to validate an embedded form field before it gets saved in the database. Currently it will save an empty value into the database if the form field is empty. I\'m allowing 开发者_JAVA百科e
I\'m having an annoying problem. I\'m trying to find out what fields of a form were changed, and then insert that into a table. I managed to var_dump in doUpdateObjectas shown in the following
I have a form for an object called AccountImport. This form lives in an admin-generated module. In addition to the fields that map directly to this object\'s attributes, I need a couple extra fields.
I have a SymfonyForm which has 1:n embedForm(s). The main form and the embedForm class got their own PreValidation, which implements a conditional validation.
I have embedded the Mutt form wit开发者_开发知识库hin the Mix form: MixForm.class.php: $this->embedRelation(\'Mutt\');
I need to have a start and end time widget on a form. i.e. the user selects a date and then selects the start and end time.
I am using开发者_Go百科 Symfony 1.3.x for a project. In the configure() method of one of my forms, I have the following code: