Entities
Tiêu đề
Old | New | ||
---|---|---|---|
1 | 1 | Entities |
Permalink
Old | New | ||
---|---|---|---|
1 | 1 | entities |
Nội dung
Old | New | ||
---|---|---|---|
1 | 1 | # Entities (Data Object Controllers) | |
2 | |||
3 | Entities 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