詳情可以參考手冊 命名空間 /manual_3_2.html#namespace
和 自動加載 /manual_3_2.html#autoload
如果是TP3.1 就不是這個用法了,就應該這麽寫
//驗證碼
public function verify(){
import('ORG.Util.Image');
Image::buildImageVerify(4,1,'png','verify');
}