コード例 #1
0
ファイル: stocks.php プロジェクト: ROCKY-SAM/IOC
 public function retrievePumpReport()
 {
     require 'models/Stocks_model.php';
     $model = new Stocks_model();
     $yy = $_GET['yy'] . "%";
     $modelStocks = $model->retrievePumpReport($yy);
     include 'views/stocks/reports/pumpReportSpec.php';
 }