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