Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6590829
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T17:20:55+00:00 2026-05-25T17:20:55+00:00

I tried this this solution, but it seams not to work in Symfony 1.4.

  • 0

I tried this this solution, but it seams not to work in Symfony 1.4.
Has something changed? How do I add selected attribute to the form select?

Here is my form class:

// /lib/form/doctrine/CurrencyListForm.class.php

class CurrencyListForm extends BaseCurrencyForm
{
  public function configure()
  {

    $choices = '';

    $choice = Doctrine::getTable('currency')
        ->createQuery('a')
        ->execute();

    foreach($choice as $v) 
        $choices[$v->getCurrencyCode()] = $v->getCurrencyCode(); 

    $this->setWidgets(array( 
        'currency_code' => new sfWidgetFormSelect(array('choices' => $choices)), 
    ));

  }

}

And this is how I instantiate it:

$this->form = new CurrencyListForm();
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T17:20:57+00:00Added an answer on May 25, 2026 at 5:20 pm

    What kind of form are you rendering? If it’s an object form (like sfFormDoctrine), the binding ‘reverts’ the defaults. (It sets the defaults of the model).

    What I found was the simplest way to bind it, is creating a dummy object and set the property on that object. Then pass this object to the constructor of the form.

    Something like this:

    $defaultCurrency = new Currency();
    $defaultCurrency->currency_code = 'EUR';
    $this->form = new CurrencyListForm($defaultCurrency);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I tried the solution from this thread , but I must be missing something
I tried this here: http://jsfiddle.net/92HXT/1/ but it does not work. It only works if
I've tried to search for a solution for this, but have had no joy:
I've tried to find a solution for my problem, but my knowledge in this
Sorry to ask this question again but I tried several solutions on stackoverflow and
This should be really simple, but I have tried many solutions posted on the
I've tried googling this and I cant seem to find a solution/script. I want
I have looked everywhere for a simple answer to this but I have not
While it seems that this has been asked many times before, but there's a
This seems like it would be an easy solution, but I'm wasting too much

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.