use i18n propel behavior instead of manual model for traduction

This commit is contained in:
Manuel Raynaud
2013-01-30 14:49:53 +01:00
parent efe364dfc0
commit 4a199173f0
222 changed files with 67239 additions and 5967 deletions

View File

@@ -0,0 +1,21 @@
<?php
namespace Thelia\Model;
use Thelia\Model\om\BaseContentI18nQuery;
/**
* Skeleton subclass for performing query and update operations on the 'content_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.
*
* @package propel.generator.Thelia.Model
*/
class ContentI18nQuery extends BaseContentI18nQuery
{
}