Tagged Questions
1
vote
1answer
22 views
Symfony 1.4 sfThumbnail not generating thumbnails
I have an upload form, it works well, the photo is being uploaded but the problem is that the sfThumbnail plugin doesn't seem to work. No thumbnail is being generated. Here's my code:
// ...
1
vote
3answers
48 views
Symfony 1.4 Form Templating
I'm working on an installation of Symfony 1.4 that we've needed to re-skin to match new company branding. One of the requirements of the new skin is that radio buttons have the following syntax -
...
0
votes
1answer
31 views
Set a default value to a widget if it is not setted in a form (PHP Symfony)
I'm working with Symfony PHP.
I have a checkbox, and depending of it is checked or not, I want to display a combobox in a form. If the checkbox is checked, I want to display the combo with all ...
0
votes
1answer
42 views
how to refresh a dropdown list without a a submit in Symfony
I need to refresh a drop down list to display a session value after the filtering option is selected by another drop down. how can I do it?
-1
votes
1answer
57 views
default value of form in Symfony
To make a dafault value of select in my form I do like that :
$def_volume = array(-1=>"Please select a volume");
$def_issue = array(-1=>"Please select issue");
$volumes = ...
0
votes
1answer
43 views
How to access a session value from the form in symfony
I have a variable that is set to session from the action form.
I need to access the variable in the form
How can i do it?
This is the code I am going to access the variable.
$this->unitCost = ...
0
votes
1answer
60 views
symfony 1.4 sfValidatorChoice is not working
I write few files to form submit. But form validators is not working for choices(payment status).
This is my form.
class bookingAddForm extends sfForm
{
protected static $paymentStatus = ...
0
votes
0answers
26 views
How to bind a array with a single data to a form using the Action file in Symfony
I need to add a variable to be displayed as a default in the form in the widget area, I have set a filter to select a single value according to a different name in the dropdown.
i have set the ...
0
votes
1answer
73 views
Symfony 1.4 Forms: Include Data from Relation to Form
I have the following sample schema of 2 models OrderDetail and Item, many-to-one relationship:
OrderDetail:
columns:
invoice_id: { type: integer, notnull: true }
item_id: { type: integer, ...
1
vote
1answer
54 views
Customizing layout to sfWidgetFormDoctrineChoice
I am using Symfony 1.4 sfWidgetFormDoctrineChoice
I have added the checkboxes to the form, which pulls the Model data successfully. What I want to do is also include a thumbnail next to the checkbox, ...
0
votes
1answer
66 views
How can I get the reason for an invalid form with symfony 1.4?
I'm novice people for symfony. I wrote a code for form submission.
public function executeEdit(sfWebRequest $request)
{
$userId = $request->getParameter('id');
$this->user ...
2
votes
1answer
66 views
Symfony 1.4 Validation Error Unsigned
when i try to save an form in Symfony 1.4 it gives me these errors:
Validation failed in class CmsContentElementFile
4 fields had validation errors:
* 1 validator failed on title (unsigned)
* 1 ...
0
votes
0answers
46 views
No save unselected options in embedForms in n:m relations
I'm having a problem saving unselected (checkboxes) embed forms in Symfony 1.4.20 because in some cases it saves all the options for example:
This result is wrong because I don't select all forms I ...
0
votes
1answer
41 views
Get “Unknown method Estado::” while trying to edit record
Related to this question I'm getting a error while trying to edit any records create previously. This is the error (I omitted some irrelevant pieces for not extend the post so much):
500 | ...
1
vote
2answers
123 views
Data isn't saved when I send the form in Symfony 1.4.20
I've a form class called PersonaForm.class.php and this is the code inside this class:
class PersonaForm extends BasePersonaForm {
private $enfermedades_noseleccionadas = array();
private ...
1
vote
1answer
220 views
Request ajax with html response - Symfony 1.4
I want to make an ajax request by a method that returns a html in Symfony 1.4.
All ok but I get an error parse json jquery and nowhere to get a specific treatment or parse json response.
Code In ...
0
votes
1answer
149 views
How I can show a modal window when data is saved
I'll like to show a modal window (Twitter Bootstrap Modal Component) when I save some data in Symfony. I use doctrine:generate-module task to build the module but doesn't know how to show the window ...
0
votes
1answer
72 views
Why I can't submit the form, value always required even if not
I've this code in my _form.php template (some fields irrelevant are omited):
<?php echo $form['correo_madre'] ?>
<?php echo $form['correo_madre']->renderError() ?>
In my ...
0
votes
2answers
91 views
Customize Symfony forms and get more control over validation process
I use doctrine:generate-admin to build CRUD operations for one of my models called "Alumnos". I know that Symfony generate the views under /apps/site/modules/alumnos/views and I'm trying to customize ...
0
votes
1answer
22 views
Displaying choice based on foreign key / join
I have folowing schema:
Template
UserTemplate
template_id
Costs
template_id
amount
value
What I'm trying to do, is to create a sfWidgetFormDoctrineChoice that displays the shipping costs ...
1
vote
2answers
131 views
How to add onchange event in sfWidgetFormTextareaTinyMCE?
I need to detect if tinymce content has changed. I am using symfony 1.4, sfWidgetFormTextareaTinyMCE.
Part of my form has the following code:
$tiny_mce_config = 'theme: "advanced",' .
...
0
votes
2answers
65 views
How to reach a GET parameter in configuration of form?
I'm in the middle of configure() method and I must set a default selected value for a combobox. The value is in the URL, but no request or any object.
How to reach this variable?
0
votes
0answers
77 views
How to handle a dynamic form generator in symfony?
I have a requirement that customer admin can design their contact form with the use of following elements
Text field
Email Field
Text Area
Dropdown Menu
Checkboxes
Radio Buttons
Captcha
File Upload
...
1
vote
0answers
181 views
Propel orm 1.6, symfony 1.4 embeded I18N form
I use propelorm (propel 1.6) plugin and symfony 1.4.20.
I have book table with I18n, and this book have relation with gallery table which also have I18n. I fill all book form fields, added two ...
0
votes
1answer
45 views
Passing values to forms
I have a form, that I'd like to display a select list, where the user can select an item and save.
What I need to do though, is pass a value to the form:
$form = new TestForm($id)
How do I then ...
0
votes
0answers
157 views
AJAX Editing in list view for symfony 1.4
I'm looking for a way to edit rows within a list view of the Symfony 1.4 admin-generator backend CRUD interface.
Rather than clicking edit and going through to an edit form, then having to click save ...
1
vote
1answer
175 views
sfWidgetFormDoctrineChoice and select list values
I have a table with items in the following:
id | value
1 | 12
2 | 14
3 | 16
I'm using a sfWidgetFormDoctrineChoice widget which has the following:
$this->widgetSchema['value'] = new ...
0
votes
1answer
44 views
Config “development” enviroment for developer
I'm developing an open source application (OrangeHRM) using Symfony framework. How can I change the environment of the project from production to development?
2
votes
1answer
163 views
Symfony 1.4/Doctrine: store datetimes as UTC, but show all times in generated admin as Eastern Time
We have a Symfony project with a generated admin app, and we need datetime fields to show up as Eastern Time. Right now, Symfony is set to handle all datetime values as UTC. This is by design, since ...
2
votes
1answer
114 views
Creating a boolean form widget that accepts null value
My Symfony model has a field which is boolean but also accepts NULL so effectively is a tri-state value.
How can I write a widget for this? Symfony auto-generates a sfWidgetFormCheckbox but that
can ...
0
votes
1answer
85 views
How to get the last inserted id of embed form and store it in parent form : symfony
I have to parent form called EventForm and embed form called as RegisterForm. If your is not logged in means i want to show register form. Registration working fine with embed form. But after ...
0
votes
1answer
169 views
How to create grouped form fields in symfony 1.4
I want to group the form fields like field set or simply enclosed by div. My form needs to be look like below
<form>
<div class="step-1">
Field 1
Field 2
</div>
<div ...
1
vote
1answer
128 views
symfony 1.4 conditional validation of shipping address
how can i validate the bill address depending on bill_ceck post parameter?
i reviewed the post validation (http://symfony.com/legacy/doc/cookbook/1_2/en/conditional-validator) but it seem to me like ...
0
votes
1answer
80 views
Form->getObject() doesn't work anymore in 1.4.19?
I have the following code on my blog, to check if a comment is spam
$tmp = new Comment();
$tmp->setName(urldecode($this->getRequest()->getCookie('commName')));
...
0
votes
1answer
61 views
embeddedforms and the event dispatcher
I have 3 forms, one is a SalesForm, SalesItemForm and EmbedSalesItemForm
I have the SalesItemForm into my SalesForm using embedRelation('SalesItems', EmbedSalesItemForm)
These work well and when I ...
-1
votes
1answer
105 views
Add a form of another module
I have a module called main which is my default module and a module called song.
I want to put into my main module an "add form" of my song module.
I don't know if I have to use component, how and ...
0
votes
2answers
257 views
Overriding Symfony Form's Save Function
I have two issues, need some help with.
I have a table which is referenced by a foreign key to a second table:
member_child:
_attributes: { phpName: MemberChild }
id: { type: INTEGER, size: ...
1
vote
2answers
429 views
Adding multiple records to a relations table with symfony
I have setup 3 tables in symfony:
A flipbook table, A Skills table, and a relations table, to connect each skill id with each flipbook id.
WHen I built the model, symfony constructed everything ...
0
votes
0answers
178 views
Symfony 1.4 : setDefault value to Object Id not working
I have a form (FlipbookSkillsRelationsForm.class) embedded into another form (FlipbookForm.class).
This brings in the Skills tables and when the form is submitted, it creates a relation between the ...
0
votes
1answer
144 views
saving embeded form values based on user session data
I have a form that has many embedded forms, which are select lists.
What I'm ideally looking to do, is to save the select list values.
I can get the form values by using:
...
0
votes
1answer
259 views
Symfony 1.4. How to add attributes of fields to the embedded form?
I embed one form to another. I need to add HTML attributes to the fields embedded form.
Trying to do so:
$this->widgetschema['email'] = new sfWidgetFormInputText(array(), array('class' => ...
0
votes
0answers
107 views
Phantom unknown record property name causing 500 error
I am getting this error on a form load:
Unknown record property / related component "title" on "Flipbook"
The thing is...I have no idea where "title" is coming from. I have set it up as ...
0
votes
3answers
151 views
How to prevent form saving in symfony?
I have a general form which is based on a model class named 'factor'. in that form, there is an embedded form named 'customer', which is based on a model class named 'customer'.
Here is the related ...
0
votes
2answers
511 views
Symfony: Allow multiple mime-types
I am trying to allow multiple mime-types to be included in my file upload. I tried something like this :
$this->validatorSchema['filename'] = new sfValidatorFile(array(
'required' => ...
0
votes
1answer
141 views
Symfony 1.4 embedRelation where clause
Is it possible to set a where clause on embedRelation?
$this->embedRelation('treatedStones');
I need to get the treatedStones where stone_free = 0
0
votes
3answers
565 views
Symfony form values do not bind
I am using Symfony 1.4 forms for a simple login module. The form, pretty basic has it's code listed below:
<?php
class LoginForm extends sfFormSymfony
{
public function configure()
{
...
0
votes
2answers
211 views
How to save an sfForm which contains doctrine embedded forms?
I have a doctrine form (KanoonGoodForm) based on KanoonGood model class, which looks like this:
class KanoonGoodForm extends BaseKanoonGoodForm
{
public function configure()
{
...
0
votes
0answers
141 views
Form of embeded forms is not displayed using symfony
I have a model class (named KanoonGood), which its corresponding Form class is:
class KanoonGoodForm extends BaseKanoonGoodForm
{
public function configure()
{
...
0
votes
2answers
356 views
Symfony 1.4, storing an uploaded file size and name
I use sfWidgetFormInputFileEditable in my form for file handling purpose.
Here is the code:
/* File */
$this->widgetSchema['file_addr'] = new sfWidgetFormInputFileEditable(array(
'label' ...
0
votes
0answers
109 views
symfony 1.4 post-validation of two identical forms
There are two forms of the same, the first - "main", the second "all":
If the user checks one of the checkbox of the first form, it should be noted in the second form is a mistake. But if you put a ...






