Example #1
0
 /**
  * 构造函数
  *
  * @author
  * @return void
  */
 function __construct()
 {
     parent::__construct();
 }
Example #2
0
 /**
  * 构造函数
  *
  * @author
  * @return void
  */
 function __construct()
 {
     parent::__construct();
     $this->error = "<img src=\"/ajax/images/js_error.gif\" width=\"14\" height=\"14\" border=\"0\" alt=\"\"> ";
     $this->success = "<img src=\"/ajax/images/js_ok.gif\" width=\"14\" height=\"14\" border=\"0\" alt=\"\"> ";
 }