query("SELECT * FROM printers WHERE is_active = 1 ORDER BY name"); return $stmt->fetchAll(); }