Example #1
0
 public function actionSearchDetail()
 {
     $returnStr = '';
     if (isset($_GET['id'])) {
         $returnStr = AdminActionService::getDetailContent($_GET['id']);
     }
     echo $returnStr;
 }