Entities (Data Object)

Entities are specific sets of data that can be controlled or manipulated through the use of an entity controller. The most typical entity is an extraction from the database that through the controller can be edited in a way that resembles "object relational mappers (ORM)".

  $product = new ent_product($id);
  $product->name['en'] = 'Rubber Duck';
  $product->save();

Entity Collections

See a specific entity collection for specific examples how to access and control an entity object:

Attributes, Categories, Countries, Currencies, Customers, Delivery Statuses, Geo Zones, Languages, Manufacturers, Modules, Orders, Order Statuses, Pages, Products, Quantity Units, Slides, Sold Out Statuses, Suppliers, Tax Classes, Tax Rates, Translations, Users/Administrators.

See Also

Révisions

Articles récemment édités
Ce site n'utilise aucun cookie ni aucune technologie de suivi tierce. Nous pensons pouvoir faire mieux que les autres et nous nous soucions vraiment de votre vie privée.