[NFR] DB - Data Mapper Implementation
Author: nidenCreated May 25, 2019Updated Jul 26, 2026
Labelsenhancementdocumentation7.0
Introduce the Data Mapper pattern for the ORM
https://martinfowler.com/eaaCatalog/dataMapper.html
The implementation is based/influenced by Atlas ORM
Related: https://github.com/phalcon/cphalcon/pull/13022
Subtasks:
- [NFR]: Data Mapper: Connection phalcon/cphalcon#14733
- [NFR]: Data Mapper: Query phalcon/cphalcon#14734
- [NFR]: Data Mapper: Table gateway phalcon/phalcon#180
- [NFR]: Data Mapper: Info/Schema phalcon/phalcon#181
- [NFR]: Data Mapper: CLI scripts for class generation phalcon/cphalcon#17387
- [NFR]: Data Mapper: Mapper phalcon/cphalcon#17388
- [NFR]: Data Mapper: ORM phalcon/cphalcon#17386
- [NFR]: Documentation https://github.com/phalcon/documentation/issues/29
- [NFR]: Query Documentation https://github.com/phalcon/documentation/issues/29
- [NFR]: Table Documentation https://github.com/phalcon/documentation/issues/243
- [NFR]: Info Documentation https://github.com/phalcon/documentation/issues/244
- [NFR]: Cli Documentation https://github.com/phalcon/documentation/issues/245
- [NFR]: Mapper Documentation https://github.com/phalcon/documentation/issues/246
- [NFR]: ORM Documentation https://github.com/phalcon/documentation/issues/247
Source: phalcon/cphalcon