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 do I use viewscripts on zend_form file elements?



How do I use viewscripts on zend_form file elements?..

Answer / Arun Kumar Verma

To use view scripts with Zend_Form elements, you can create a separate view script for the form element and set its path as the decorator's viewScript option. Here's an example:
```php
$element = new Zend_Form_Element_Text('username');
// Set the view script path
$element->setDecorators(array(
array('ViewScript', array('viewScript' => 'user/form/username.phtml'))
));
```

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Zend Interview Questions

Zend framework forms, decorators and validation: should I go back to plain html?

1 Answers  


What are the advantages of zend framework?

1 Answers  


How to change layout for module level in zend framework 2?

1 Answers  


How to use a sql function or perform calculations in a statement generating with zend_db_select?

1 Answers  


Explain what is being presented by the decorators?

1 Answers  


how to remove all dtddwrappers and labels on zend form elements?

1 Answers  


Who developed the zend framework?

1 Answers  


What is a zend framework and why it is used?

1 Answers  


Please write down a program to show the execution of the application?

1 Answers  


Features of mvc in zend framework?

1 Answers  


Grouping where clauses with zend_db_table_abstract ?

1 Answers  


What is the latest version of zend framework?

1 Answers  


Categories