Joke Collection Website - Blessing messages - THINKPHP3.2 questions about paths

THINKPHP3.2 questions about paths

This is mainly because TP3.2 uses namespaces.

Please refer to the manual namespace /manual _ 3 _ 2. html # namespace for details.

And autoload/manual _ 3 _ 2.html # autoload.

If it's TP3. 1, it's not this usage, it should be written like this.

//verification code

Common function verify(){

Import ('organization. util . Image’);

Image::buildImageVerify(4, 1,' png ',' verify ');

}