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

Revisions

Recently Edited Articles
This website uses no cookies and no third party tracking technology. We think we can do better than others and really think about your privacy.