integrate propel generate model

This commit is contained in:
Manuel Raynaud
2012-12-17 16:40:47 +01:00
parent 42ba4d0b2a
commit 481ac07994
492 changed files with 243824 additions and 27 deletions

View File

@@ -0,0 +1,21 @@
<?php
namespace Thelia\Model;
use Thelia\Model\om\BaseAttributePeer;
/**
* Skeleton subclass for performing query and update operations on the 'attribute' 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 AttributePeer extends BaseAttributePeer
{
}