Example calls for product
<?php | |
$product = new Product_Chair('0001','INGOLF Chair'); | |
... | |
$product = new Product_Table('0002','STOCKHOLN Table'); | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment