- 博客(6)
- 收藏
- 关注
转载 Symfony 防火墙详解
关于Symfony防火墙(symfony/security-bundle)介绍,如有需要,我将会整理成文档记录在博文中。 foreverglory/oauth-bundle 基于防火墙编写的第三方登录模块 ...
2016-06-23 06:35:00
226
转载 Symfony Service 详解
默认Service,$container->get('app_service.default') services: app_service.default: class: AppBundle\Service\DefaultService 传递参数,可传递服务...
2016-06-22 05:17:00
467
转载 Symfony启动顺序
Kernel->initializeBundles() 初始化Bundle Kernel->registerBundle() 注册Bundle Kernel->bundleMap 生成Bundle关系图 Kernel->initializeCo...
2016-06-21 15:33:00
183
转载 doctrine 事件
事件介绍 use Doctrine\ORM\Events;Events::preRemoveEvents::postRemoveEvents::prePersistEvents::postPersistEvents::preUpdateEvents::postUpdateEv...
2016-06-21 15:29:00
300
转载 doctrine 关系
OneToOne OneToMany ManyToOne use Doctrine\ORM\Mapping as ORM;/** * User * @ORM\Entity * @ORM\Table */class User{ /** * 一个用户对应一个...
2016-06-21 15:07:00
230
转载 doctrine Entity 继承、重写
创建通用类 "MappedSuperclass" use Doctrine\ORM\Mapping as ORM;/** * Content * * @ORM\MappedSuperclass */class Content{ /** * @ORM\Id ...
2016-06-21 14:36:00
242
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人