// Use Collection instead of HydrateCollection in several places

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10860 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2011-12-02 15:20:47 +00:00
parent 8bef192fcb
commit d76998340a
13 changed files with 97 additions and 99 deletions
+4 -2
View File
@@ -54,8 +54,10 @@ class OrderPaymentCore extends ObjectModel
'card_holder' => 'isAnything'
);
protected $table = 'order_payment';
protected $identifier = 'id_order_payment';
public static $definition = array(
'table' => 'order_payment',
'primary' => 'id_order_payment',
);
public function getFields()
{