migrte propel to propel 2

This commit is contained in:
Manuel Raynaud
2013-07-04 19:31:09 +02:00
parent dcb3baaf4c
commit 5fda702b8d
531 changed files with 516 additions and 287452 deletions

16
core/lib/Thelia/Model/OrderStatus.php Executable file → Normal file
View File

@@ -2,20 +2,8 @@
namespace Thelia\Model;
use Thelia\Model\om\BaseOrderStatus;
use Thelia\Model\Base\OrderStatus as BaseOrderStatus;
class OrderStatus extends BaseOrderStatus {
/**
* Skeleton subclass for representing a row from the 'order_status' 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 OrderStatus extends BaseOrderStatus
{
}