yii2yii2-validation

How to cache "exists" validation in Yii2


I'm trying to cache the db calls for Yii2 exists validation, but can't work out where to initiate it.

Because I'm using a multi-model form with a lot of relations, the overhead is getting a little too much.

Any ideas?


Solution

  • This is not supported by Yii, you either have to :