A PHP Error was encountered

Severity: Warning

Message: Missing argument 1 for Product::view()

Filename: controllers/product.php

Line Number: 10

A PHP Error was encountered

Severity: Notice

Message: Undefined variable: id

Filename: controllers/product.php

Line Number: 15

Database Error

A Database Error Occurred

Error Number: 1064

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 5

SELECT * FROM manufacturer, model, details WHERE (model.details_id = details.id) AND (model.manufacturer_id = manufacturer.id) AND model.id =