예제 #1
0
파일: stocks.php 프로젝트: ROCKY-SAM/IOC
 /**
  * returns JSON with lubricant suppliers
  *
  **/
 public function getLubricantSuppliers()
 {
     require 'models/Stocks_model.php';
     $model = new Stocks_model();
     echo json_encode($model->getLubricantSuppliers());
 }