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

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

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -