Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to set 'selected' value in select box dropdown list?



How to set 'selected' value in select box dropdown list?..

Answer / Ankush Soni

To set the 'selected' value in a select box dropdown list, use the addMultiOption() method provided by Zend_Form_Element_Select:
```php
$select = new Zend_Form_Element_Select('fieldname');
$select->addMultiOption('option1', 'Option 1')->setValue('option1');
```

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Zend Interview Questions

How to call two different views from same action?

0 Answers  


How to check whether form posted or not in zend framework?

1 Answers  


How to write a program that performs the calculations using the sql function?

1 Answers  


What are the advantages of zend framework 3? Explain

1 Answers  


How to use jquery to post data in zend framework?

1 Answers  


How to create object of model?

1 Answers  


What is zendauthentication?

1 Answers  


What is being presented by the decorators?

1 Answers  


Why does the zend framework project have a cla at all?

1 Answers  


how do you protect your site from sql injection in zend when using select query?

1 Answers  


How to print exact sql query in zend framework ?

1 Answers  


Explain the use of bootstrap used in zend framework?

1 Answers  


Categories