// Use Collection instead of HydrateCollection in several places

This commit is contained in:
rMalie
2011-12-02 15:20:47 +00:00
parent fec7ede55c
commit 5259d4e64e
13 changed files with 97 additions and 99 deletions
+4 -2
View File
@@ -82,8 +82,10 @@ class StockCore extends ObjectModel
'price_te' => 'isPrice',
);
protected $table = 'stock';
protected $identifier = 'id_stock';
public static $definition = array(
'table' => 'stock',
'identifier' => 'id_stock',
);
public function getFields()
{