Entities

Tiêu đề

OldNew
11Entities

Permalink

OldNew
11entities

Nội dung

OldNew
11# Entities (Data Object Controllers)
2
3Entities are specific sets of data that can be manipulated. The most typhical entity is an extraction from the database that can be edited in a way that resembles "object relational mappers (ORM)".
4
5```
6 $product = new ent_product($id);
7 $product->name['en'] = 'Rubber Duck';
8 $product->save();
9```

Edited by tim on 27 thg 12 2023 at 07:32

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.