Question

There are a few class names that make Zend Studio give me a warning like the following wherever I use them:

Description                        Type
Class 'Column' not found           DLTK Problem

However, just like for all my other classes, the classes with those names are in files in my classes folder. Any ideas why this is happening and how to avoid it?

I'm on Windows, and my Zend Studio version is 9.0.4

Was it helpful?

Solution

As toxicate20 noticed, the name 'Column' is part of the Zend API, so the warnings were gone after I changed the name of the class. 'Column' is probably not a good name for a class anyway...

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top