Beispiel #1
0
 function batpost()
 {
     require_once libfile('class/cate');
     $cate = new cate(__CLASS__, __CLASS__);
     $cate->batpost();
 }
Beispiel #2
0
 function batpost()
 {
     $cate = new cate(__CLASS__);
     $cate->batpost();
 }