Bryan
Bryan

Reputation: 645

how to set zend form details in application.ini

Is there a way to set zend form details in the application config file (application.ini) in Zend Framework. I am looking for a way to move following details to config

Upvotes: 3

Views: 963

Answers (1)

Songo
Songo

Reputation: 5746

Well you can check this link from the Zend Manual itself. It talks about using ini files to configure a form: Using a Zend_Config Object

You can add various configurations to your ini file and apply them to the form itself.

Upvotes: 0

Related Questions