new image and document management

This commit is contained in:
Etienne Roudeix
2013-08-12 14:42:20 +02:00
parent 3a3cba04bf
commit 2fa19d5ae5
107 changed files with 41185 additions and 7827 deletions

View File

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