예제 #1
0
파일: stocks.php 프로젝트: ROCKY-SAM/IOC
 public function retrieveLubricantReport()
 {
     require 'models/Stocks_model.php';
     $model = new Stocks_model();
     $modelStocks = $model->retrieveLubricantReport();
     include 'views/stocks/reports/lubricantReportSpec.php';
 }