I ve在我的骨折数据组/ORM组装中设置了固定装置。 实际班级的情况如下:
use DoctrineCommonDataFixturesFixtureInterface,
CompanyShoppingBundleEntityCategory;
class CategoryFixtures implements FixtureInterface
{
public function load($em)
{
$category1 = new Category()->setName("category1");
$category2 = new Category()->setName("category2");
$em->persist($category1);
$em->persist($category2);
$em->flush();
}
}
我不使用《摘要》基类,因为我不需要参考。 我也试图在运用理论时指明固定装置的道路:固定装置:载荷指挥。 http://symfony.com/doc/ 当前/bundles/DoctrineFixturesBundle/index.html“rel=“nofollow”>here。