Neos.Flow
A_Rocky
这个作者很懒,什么都没留下…
展开
-
Neos Flow ActionController 返回JSON
在ActionController里添加protected $supportedMediaTypes = ['application/json', 'text/html' ]; return json_encode($dashboard); 或者使用JSON View /** * @var string */ protecte原创 2018-01-18 09:46:01 · 202 阅读 · 0 评论 -
Neo.Flow 模型单向1对多
/** * A unidirectional OneToMany association * * @var \Doctrine\Common\Collections\Collection * @ORM\ManyToMany * @ORM\JoinTable(inverseJoinColumns={@ORM\JoinColumn(onDelete=原创 2018-02-07 17:49:31 · 311 阅读 · 0 评论