associated content for categories and product tables + loop

This commit is contained in:
Etienne Roudeix
2013-08-23 10:55:59 +02:00
parent 7ef0339784
commit fe4b77f7a8
25 changed files with 11656 additions and 61 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