Best way to implement validation rules |
(02-10-2021, 07:33 AM)falcon812311 Wrote: Hi, If you referring to data-entity validation during db INSERT/UPDATE/DELETE operations, the setValidationRule method is mentioned in the docs (https://codeigniter.com/user_guide/model...dationRule) as taking place in the model. Please keep us updated on how your project goes! Incidentally, how did you select CodeIgniter4? (Using CodeIgniter since 1.x)
|
Messages In This Thread |
Best way to implement validation rules - by falcon812311 - 02-10-2021, 07:33 AM
RE: Best way to implement validation rules - by jasonzig - 02-10-2021, 12:01 PM
RE: Best way to implement validation rules - by falcon812311 - 02-10-2021, 07:31 PM
RE: Best way to implement validation rules - by adnzaki - 02-10-2021, 01:07 PM
RE: Best way to implement validation rules - by paliz - 02-11-2021, 03:03 AM
|