请帮忙写think3.2扩展类库 vertify 代码。谢谢

浏览:501 发布日期:2014/02/19 分类:求助交流
下面不对。

<?php
// 本类由系统自动生成,仅供测试用途
namespace Admin\Controller;
use Think\Controller;


namespace Think;
class Verify {
}


class IndexController extends Controller {


public function vertify(){
echo 1;

$image = new \Org\Util\vertify;
// $this->display();
}
}
最佳答案
评论( 相关
后面还有条评论,点击查看>>