我正在开发一个移动应用程序,它需要显示服务器上的一些房屋图片。我为后端安装了Symfony2、FOSRestBundle和Sonata。
为了获得房屋图像URL,我为一个名为Property的实体配置了FOSRestBundle,该实体有一个图片库字段。这是REST控制器
class PropertiesController extends FOSRestController
{
public function getPropertiesAction()
{
$response = $this->getDoctrine()->getReposito