jan-vandenberg / cruddiy

No-code Bootstrap PHP CRUD generator
http://cruddiy.com
GNU Affero General Public License v3.0
253 stars 80 forks source link

Included config.php variables in index.php form #33

Closed maxresnikoff closed 3 years ago

maxresnikoff commented 3 years ago

Included the variables from within the config.php (if exists), so you don't have to keep typing out the database information each time CRUD needs to be re-generated.

This is helpful for databases which are constantly being changed/developed.