summaryrefslogtreecommitdiff
path: root/trunk/reprap/web/part-lister/models/suppliercountry.php
blob: b72ef14e9a414877345a44b39594c71a0c49a727 (plain)
1
2
3
4
5
6
7
8
9
<?
	class SupplierCountry extends Model
	{
		public function __construct($id = null)
		{
			parent::__construct($id, "suppliers_to_countries");
		}
	}
?>