use propel versionnable behavior

This commit is contained in:
Manuel Raynaud
2013-01-30 17:29:17 +01:00
parent 4a199173f0
commit 9a7e33078b
56 changed files with 22720 additions and 80 deletions

View File

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