protected function basicinfo(&$array)
 {
     $m = new ZcModel();
     $c = $m->wgetcount();
     $array['zccount'] = $c;
     $m = new FbModel();
     $c = $m->wgetcount();
     $array['fbcount'] = $c;
 }