= '$startDate.:00:00:00' "; if ($endDate) $pWhere .=" and reg_date <= '$endDate.:23:99:99' "; if ($category) $pWhere .=" and category = '$category' "; //echo '$searchvalue'. $searchValue; $board->category="board_publication"; $PageLs = $board->PageLs ( $pWhere, '', $searchValue, $page, $listSize, $gConn->mConn); $codeList = new CodeListSql(); $codeList->codeGroup = "board_publication"; $categoryList = $codeList->SelectCodeGroupList ($gConn->mConn) ; $gConn->DisConnect(); $PageLink="?page=$page&listSize=$listSize&startDate=$startDate&endDate=$endDate&category=$category"; $CommLink="?searchValue=$searchValue&listSize=$listSize&startDate=$startDate&endDate=$endDate&category=$category"; $boardInfo = BbsSql::getBoardInfo($boardId); ?>
mData)) { $pUrl=$_SERVER["PHP_SELF"].$CommLink."&boardId=".$boardId; $PageLs->PageList($pUrl); } ?>