Level-2 / Maphper

Maphper - A php ORM using the Data Mapper pattern
BSD 2-Clause "Simplified" License
52 stars 7 forks source link

Immutable interface #66

Open TRPB opened 4 years ago

TRPB commented 4 years ago

Maphper almost has an immutable public API anyway. I'm going to make the remaining methods immutable (e.g. addrelation) as well, though this will break BC.