Jun
21
21
Validating an images dimensions through Model validation
Topics: Tutorials, CakePHP // 0 comments, 1,091 views
Since Cake's default Model validation really doesn't support files that well, we have to build the methods our self. Right now I will be showing you how to validate an images dimensions. The method will either check the width, the height or both width and height. Continue reading...