> The only real problem we have with that is include and require in code. > It must be used in top level, AFAIK, in order for the class to be > visible to everywhere, might be wrong. Correction: classes have global scope, regardless of the scope in which include or require is called