zend framework2 - Adding an attribute to an entity on fetch from a Doctrine-connected Resource -
i'm using apigility on zf2 , have doctrine-connected service , want send custom field doesn't exist in table service connected to.
for example, i'm uploading image api, , storing necessary data table , uploading image cdn. want return cdn-generated url consumer along entity. unfortunately, not able store url in table url generated per request.
what best way solve this?
Comments
Post a Comment