spotorm / spot2

Spot v2.x DataMapper built on top of Doctrine's Database Abstraction Layer
http://phpdatamapper.com
BSD 3-Clause "New" or "Revised" License
601 stars 101 forks source link

Mutators help Urgently guys #283

Open Peace-N opened 5 years ago

Peace-N commented 5 years ago

Hello Everone, I have had a pleasure working with tis package but how can I do mutations on my returned entities from the DB.

An Example is on Eloquent:

https://laravel.com/docs/5.7/eloquent-mutators

For xample if i have an entity relation, instead of outputting post_id i want to output post_name is it possible ..