Skip to main content

Posts

Showing posts with the label Zend

Zend Form with Decorator Class

you have to make some changes in this code according to you need but it wil help you alot.... 1: View: <?php echo $this->food; ?> <?php echo $this->cab; ?> 2:Controller:  public function indexAction(){      $ReimbursermentFood=new Form_Webchutney( array('selectForm' => '__FOOD_REIMBURSEMENT'));   $ReimbursermentCab=new Form_Webchutney( array('selectForm' => '__CAB_REIMBURSEMENT')); $Employeearray=array();       $Employeearray['AccountManager']='Account Manager';   $Employeearray['aktel']=' aktel ';   $Employeearray['saurabh.patel']='saurabh patel';   $ReimbursermentFood->setAction('/user/reimbursement/food');   $ReimbursermentFood->setAttrib("id","foodForm");   $AccountManager = $ReimbursermentFood->getElement('AccountManager');   $AccountManager->setLabel(