mirror of
https://github.com/bcit-ci/CodeIgniter.git
synced 2025-02-20 11:13:29 +08: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` (
|
||||
|
Loading…
x
Reference in New Issue
Block a user