Skip to content

Instantly share code, notes, and snippets.

@amacgregor
Created January 19, 2014 16:05
Show Gist options
  • Save amacgregor/8506877 to your computer and use it in GitHub Desktop.
Save amacgregor/8506877 to your computer and use it in GitHub Desktop.
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