Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Delphi-News aus aller Welt (https://www.delphipraxis.net/58-delphi-news-aus-aller-welt/)
-   -   [EN] DMVCFramework Gotcha #2: Active Record (https://www.delphipraxis.net/216671-%5Ben%5D-dmvcframework-gotcha-2-active-record.html)

DP News-Robot 8. Feb 2025 12:00

[EN] DMVCFramework Gotcha #2: Active Record
 
Active Record is an architectural design pattern introduced by Martin Fowler in his 2003 publication.


The Active Record pattern is built on the concept of abstracting a database table into a class that adheres to OOP principles. In this pattern, each class instance represents a single table row, while the class itself provides methods implementing all CRUD operations. Such a class encapsulates all database interaction logic, offering an object-oriented interface for data manipulation. It's worth no

Weiterlesen...


Alle Zeitangaben in WEZ +1. Es ist jetzt 12:18 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz