/codeigniter-crud-generator

This script works on codeigniter hmvc.Acces yourdomani/crud,select your database and a module will be generated.The module will contain a controllers,a model and 4 views(index,add,edit and view)All you have to do is:-setup a db connection config/databse.php-set a encryption key in config.php($config['encryption_key'] = ‘whatever’;)

Primary LanguagePHP

Watchers