Created
January 19, 2014 16:05
-
-
Save amacgregor/8506877 to your computer and use it in GitHub Desktop.
Example calls for product
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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