rewriting tables

This commit is contained in:
Etienne Roudeix
2013-08-28 15:35:10 +02:00
parent f54ff0f914
commit 61e13c416c
13 changed files with 1170 additions and 3511 deletions

View File

@@ -1,20 +0,0 @@
<?php
namespace Thelia\Model;
use Thelia\Model\Base\RewritingQuery as BaseRewritingQuery;
/**
* Skeleton subclass for performing query and update operations on the 'rewriting' 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 RewritingQuery extends BaseRewritingQuery {
} // RewritingQuery