返回
验证码类库cls_checkcode.php

4.21 skymvc的验证码类库cls_checkcode.php

<?php
class checkcodeControl extends skymvc{
	
	function __construct(){
		parent::__construct();
	}
	
	public function onDefault(){
		$this->loadClass("checkcode");
		$this->checkcode->setImg();
	}
	 
	
}
?>