Entities
Tiêu đề
No changesPermalink
No changesNội dung
Old | New | ||
---|---|---|---|
1 | # Entities (Data Object Controllers) | 1 | # Entities (Data Object Controllers) |
2 | 2 | ||
3 | Entities are specific sets of data that can be manipulated. The most typ | 3 | Entities are specific sets of data that can be manipulated. The most typical entity is an extraction from the database that can be edited in a way that resembles "object relational mappers (ORM)". |
4 | 4 | ||
5 | ``` | 5 | ``` |
6 | $product = new ent_product($id); | 6 | $product = new ent_product($id); |
Edited by s22_tech on 28 thg 12 2023 at 20:43