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

  • Home
  • SEARCH
  • 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 8773621
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T18:20:44+00:00 2026-06-13T18:20:44+00:00

I have a custom Zend Validate class extending Zend_Validate_Abstract The validator is a file

  • 0

I have a custom Zend Validate class extending Zend_Validate_Abstract
The validator is a file validator running an external command line tool that both validates and processes the file.

If the file is invalid, there is no problem. But if the file is valid, can I somehow edit the value of the Zend_Form_Element_File that the validator operates on with some of the information returned from the command line tool?

If not, what would be a good work-around considering I only want to run the external tool once?

Work around idea
I could create a Zend Filter that runs the command line tool, updating the value with parse info, including errors. Then I let the validator simply check if the value array contains the errors left there by the filter?

  • 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-06-13T18:20:46+00:00Added an answer on June 13, 2026 at 6:20 pm

    Why not pass the element to the validator:

    class CustomFileValidator extends Zend_Validate_Abstract {
      public $element = null;
    
      public function isValid($value) {
            //run external tool
            //check response, validity checks
            //...
            //modify the element if valid. e.g.:
            $this->element->setValue('');
      }
    
      public setElement(Zend_Form_Element $element) {
          $this->element = $element;
      }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have custom component that I can place in my layout file (XML) for
I use Zend Framework and have the following custom file (this is the only
I have custom classes that I currently instantiate within App.xaml as resources. I want
I have custom event that has several different subscribers who will all use the
I have custom gallery. Gallery represents items that are frame layout. There are one
We have a custom PHP/MySQL CMS running on Linux/Apache thats rolled out to multiple
I have a project that uses Zend Framework and Zend_Translate . I had to
Hi I am trying to set up element custom validator in a zend form
Currently have a custom Form Element View: class Apply_View_Helper_JQueryUiFormRadio extends Zend_View_Helper_FormElement My form is
I am using Zend Framework v 1.10 I have created a custom function in

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.