<?php require_once 'baseDebug.php'; class wx_vaild extends baseDebug { public $actionurl = 'index.php/wx'; } $debug = new wx_vaild('opYNAwg9MS6Btoo0cVmvvQLSaoHY'); $debug->debugDo('event', 'subscribe'); // echo time();
<?php require_once 'baseDebug.php'; class wx_vaild extends baseDebug { public $actionurl = 'index.php/wx'; } $debug = new wx_vaild(); $debug->debugDo('text', 'hello'); // echo time();
<?php require_once 'baseDebug.php'; class wx_vaild extends baseDebug { public $actionurl = 'wx'; } $debug = new wx_vaild(); $debug->vaild(); // echo time();