We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

ERROR: Class "XXX" is not found in "ZZZ"

It will report error when I create a multi-module project by developer tools. It means: Model Classes cannot be found. Why?



98.9k

It means it cannot find the class name associated to a model, what command did you use that produced this problem?



3.2k
edited Jul '14

webtools.php not command! It cannot find the class name associated to a model, why? There is no namespace in model class file. But I define namespace and use it. It also report the same error. Is this a bug? Please help me to solve the problem, sir.