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

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -