WIP Coupon

Update Coupon Model + SQL
Implementattion Fixtures for Coupon and CouponFactory
This commit is contained in:
gmorel
2013-08-22 20:02:03 +02:00
parent a9944c73f2
commit 73677b7c1a
52 changed files with 14325 additions and 1456 deletions

View File

@@ -0,0 +1,20 @@
<?php
namespace Thelia\Model;
use Thelia\Model\Base\CouponVersionQuery as BaseCouponVersionQuery;
/**
* Skeleton subclass for performing query and update operations on the 'coupon_version' table.
*
*
*
* You should add additional methods to this class to meet the
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
*/
class CouponVersionQuery extends BaseCouponVersionQuery {
} // CouponVersionQuery