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

Revíziók

Nemrég szerkesztett cikkek
Ez a weboldal nem használ cookie-kat és nem használ harmadik féltől származó nyomkövetési technológiát. Úgy gondoljuk, hogy jobban tudjuk csinálni, mint mások, és tényleg gondolunk az Ön magánéletére.