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