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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T22:05:52+00:00 2026-05-26T22:05:52+00:00

I made a Validator that receives a class instance and a function name and

  • 0

I made a Validator that receives a class instance and a function name and then executes it.

This is usefull for execute many custom validations through database table mappers.

The problem is that I can’t add this validator more than one time to a Element and I need to do it…

Example:

I’ve a login form that have a username and password elements. For username, I need to verify via this Validator if it already exists in the Database and, if it exists, I need to verify if the selected account is activated…

I know that I could make just one function to receive the result for both but, my Validator should only return one error message…

Here’s the constructor of the Validator:

/**
 *$class is a class instance
 *$function is the function name to execute in the class
 *$invalidReturns specifies when the validator should return the error message (default is when the function returns null, false or empty string)
 *$tokens are used as parameters of the function to execute
*/
public function __construct($class, $function, $invalidReturns=null, $tokens=null)
{
    $this->class = $class;
    $this->function = $function;
    $this->tokens = $tokens;
    $this->returns = $invalidReturns;
}

How can I solve this problem? Is there a way to create a Class in PHP with dynamic name? Is there a way to add a same class Validator to an element in Zend or should I change my Valitor to return more then one message and pass them in the constructor?

  • 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-26T22:05:53+00:00Added an answer on May 26, 2026 at 10:05 pm

    The solution provided by Kees Schepers in the comments should work but, as I did my own “Zend_Validate_Callback”, I could change the way it works to allow the definition of more than one message.

    Now it’s working well =)

    Anyway, thanks Kees Schepers. Next time, I will use Zend_Validate_Callback instead of doing a lot of more work x).

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

Sidebar

Related Questions

I have made this function, that seems to work fine, but it return #
So I have made a custom required field validator that turns the background of
I made a class that derives from Component: public class MyComponent: System.ComponentModel.Component { }
i made that: /^(http[s]?://){0,1}(www.){0,1}[a-zA-Z0-9\.\-]+\.[a-zA-Z]{2,5}[\.]{0,1} and checked it with a validator but on my page
Suppose I have this: class Validator { private $db; public checkIfUsernameAlreadyExists($username) { if (!$this->db)
I'm trying to implement a .NET Custom Validator that uses $.ajax to query a
Made this nice little loop for hiding and showing div's, works as a charm
I made a class from Linq to SQL Clasees with VS 2008 SP1 Framework
I made a code that translate strings to match each word from the array
I made an html file called test.html then I navigated to it as http://site.com/test.html?test1=a

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.