codeigniter-matches-cli icon indicating copy to clipboard operation
codeigniter-matches-cli copied to clipboard

hmvc feature added while creating app, controller, models and views

Open puncoz opened this issue 9 years ago • 0 comments

CLI Command:

To create app php index.php matches create:app users hmvc:1

To create controller only php index.php matches create:controller users hmvc:1

To create model only php index.php matches create:models users hmvc:1

To create view only php index.php matches create:views users hmvc:1

If hmvc = 1, then file created in the directory: APPPATH/modules/filename

Everything else are same

puncoz avatar Nov 13 '16 14:11 puncoz