Syntactic Sugar for Code Igniter's Database Forge. Used in Migration Classes, etc.
Syntactic Sugar for Code Igniter's Database Forge. Used in Migration Classes, etc.
To install, download and install Splint from https://splint.cynobit.com/downloads/splint and then run the below from your Code Igniter project root
splint install francis94c/foundry
In a Migration, load as below.
$this->load->package('francis94c/foundry');
With a Migration File.
with from CynoBit