예제 #1
0
파일: class.php 프로젝트: hqd276/bigs
 function __construct($row)
 {
     CGlobal::$resPage = true;
     Module::Module($row);
     $cmd = Url::get('cmd');
     switch ($cmd) {
         case 'list':
             require_once 'forms/list.php';
             $this->add_form(new SearchinfoForm());
             break;
         default:
             require_once 'forms/list.php';
             $this->add_form(new SearchinfoForm());
             break;
     }
 }