thinkphp3.2开发排错一例——没有使用命名空间导致没有自动加载类进而导致Class not found
在Application\Home\Common下定义了一个类classStringHelper,没有使用命名空间,在调用这个类的地方使用useHome\Common\StringHelper;提示Classnotfound,原来是在StringHelper的定义中必须使用命名空间才能自动加载,在thinkphp3.2手册中已有说明http://document.thinkphp.cn/manua