...

World Wide Web Server 2012-07-04 16:05:42 -07:00
parent 3abb285ab1
commit 6314231d37

@ -1,3 +1,5 @@
Sometimes I would rather load my form validation rules from a database, instead of from a config file, or hard coding them into the controller. This is a short tutorial on how to do that.
First thing to do is add a database table like so:
CREATE TABLE `form_validation` (