Data Validation Tags: CakePHP5, database, model, oracle, table, validation Programming maxim #1: Never trust user input. Data validation in our Model allows us to ensure that the data entered matches what we are expecting and are capable of storing in our database fields. Read more about Data Validation