codeigniter-matches-cli
codeigniter-matches-cli copied to clipboard
Codeigniter Matches is a PHP CLI script that allows you to write controllers, models and views faster.
If you do this: php index.php matches create:app foo "foo_model" and "foo_view" are referenced in the generated Foo.php controller, but the file and class names created by the script are...
## Problem: Several message endings do not include a carriage return. This causes the message to line up with the command line prompt like so: ``` $ php index.php matches...
closes #14
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
Create app, controller, views, or models, on CI-HMVC