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

Classes created by create:app don’t match generated code

Open eddycoder opened this issue 6 years ago • 0 comments

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 just "foo". So when you run the code you get a class conflict since you have two with the same name.

eddycoder avatar Apr 12 '19 16:04 eddycoder