Reply to thread

In theory, class exists will only return true if the file with the class is included... So, how would it return true if it isn't spelt correctly? The file would have to have been included.


The main issue would be with misspellings - however, the same issue happens with class and method checks. Especially on Windows, due to it's case insensitivity.


The main system uses class exists to check the class before checking the method. I'm sure, thinking about it, that this could be used here?


Back
Top Bottom