3

I clicked 'Create Controller' button to build a new Controller like indexController. However, it can't load and error as:

error info FILE: F:\xampp\install\htdocs\ServerMonitorForWeb\ThinkPHP\Library\Think\App.class.php  LINE: 104

What happened to my file or how to build a correct ThinkPHP controller in PhpStorm?

please!

George Kagan
  • 5,913
  • 8
  • 46
  • 50
xiehongguang
  • 1,274
  • 1
  • 10
  • 24
  • You need to give our community more information as to solve the problem. –  Mar 12 '18 at 01:56

1 Answers1

1

Don't use reserved keywords as class names

marching
  • 31
  • 6