Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it easier to add custom validation #196

Merged
merged 5 commits into from Jan 21, 2022
Merged

Commits on Jul 6, 2020

  1. Make it easier to add custom validation

    As suggested in the PHPdoc of the Yii `Model::defineRules()` method:
    
    > Models should override this method instead of [[rules()]] so [[EVENT_DEFINE_RULES]] handlers can modify the class-defined rules.
    nstCactus committed Jul 6, 2020
    Copy the full SHA
    2677645 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. Copy the full SHA
    8d7a9cc View commit details
    Browse the repository at this point in the history
  2. public → protected

    brandonkelly committed Jan 21, 2022
    Copy the full SHA
    91f9d04 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e4e4cde View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    5dd87f0 View commit details
    Browse the repository at this point in the history