searchLoopInterface + use in OrderLoop

This commit is contained in:
Etienne Roudeix
2013-10-24 19:50:09 +02:00
parent 32725832f1
commit 6ea61ff68c
6 changed files with 314 additions and 5 deletions

View File

@@ -2,6 +2,7 @@
namespace Thelia\Model;
use Propel\Runtime\ActiveQuery\Criteria;
use Propel\Runtime\Exception\PropelException;
use Propel\Runtime\Propel;
use Thelia\Model\Base\OrderQuery as BaseOrderQuery;
@@ -52,4 +53,5 @@ class OrderQuery extends BaseOrderQuery
return $obj;
}
} // OrderQuery