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\CouponI18nQuery as BaseCouponI18nQuery;
/**
* Skeleton subclass for performing query and update operations on the 'coupon_i18n' 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 CouponI18nQuery extends BaseCouponI18nQuery {
} // CouponI18nQuery