public static function getPrinters() { $printers = DAOFactory::getPrinterDAO()->queryAllOrderBy('supplier_id'); return $printers; }
public static function getPrinters($materialId) { return DAOFactory::getPrinterDAO()->queryPrintersByMaterial($materialId); }