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 6473893
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T06:31:14+00:00 2026-05-25T06:31:14+00:00

I have a Zend_Form_Element_Select object, and about 3k select options. When the customer asked

  • 0

I have a Zend_Form_Element_Select object, and about 3k select options. When the customer asked me to look further into optimization possibilities, I did some debug tracing, and noticed, that there were more than 3k calls to Zend_Form_Element_Multi->_translateValue and a little less to Zend_Form_Element_Multi->_translateOption . I found the option to set $elem->setDisableTranslator(true), which took care of these translations, for which I had no need. But the problem now is, that the error messages are no longer translated.

What I would like to know is, if there is a way to not translate values and options, but translate Validator messages?

I tried this:

foreach($operators->getValidators() as $val){
        $val->setDisableTranslator(false);
    }

but to no avail.

  • 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-25T06:31:14+00:00Added an answer on May 25, 2026 at 6:31 am

    I don’t see any option within the element classes so the simple solution would be extending the Zend_Form_Element_Select class with your own. Then you can override the _translateOptions method as follows

    class My_Form_Element_Select extends Zend_Form_Element_Select {
    
        protected function _translateOption($option,$value) {
            // or add more logic here
            return false;
        }
    }
    

    Furthermore, you can set some additional logic and options for this scenario, i.e. turn on/off translation for options.

    If you want to eliminate this calls all together you will have to override the getMultiOption() or getMultiOptions() which are calling _translateOption().

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a quick question about adding Zend_Dojo_Form into Zend_layouts. I have a Zend_Dojo_Form
I have an array of options for a select list. $options = array( 1=>'Option1',
I have a Zend_Form_Element_Multicheckbox and I want to put some of its elements in
I have included Zend_Form_Element_Hash into a form multiplecheckbox form. I have jQuery set to
About to create a form using Zend Form, all the form elements should have
I am working on zend. I have a form with some checkboxes. I want
I have a form with a select element that I need to populate with
I have a question about the zend_form_element_checkbox from zend. I have a form with
I'm using the Zend_Form_Element_Select to create my select list, but when I view the
I have a form with two select boxes: country and city, city depending on

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.