Hello,
Let's imagine that we have to add some validation rule only if previous validation rule returned false or maybe even more complex validation structures (with unlimited validation logic). How can it be implemented? I suppose that best way is to create own Validation class and use Phalcon's Validator classes?
Thank you!