WIP : admin profiles

This commit is contained in:
Etienne Roudeix
2013-10-21 11:44:33 +02:00
parent c63c509f2f
commit f564db2a8b
40 changed files with 16660 additions and 316 deletions

View File

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