dongtun3328 2016-09-22 19:46
浏览 83
已采纳

依赖注入和模型实体 - 正确的方法?

My symfony2 application has the following structure:

There is a service data_provider, which gets data from various external sources and represents it as entity objects.

Some objects has relations. Currently I am loading relations in controller or helper-services if needed.

It is not very convenient, sometimes I want to get relations from my entity ojbect. To do this I need access to data_provider service.

I want to implement something like doctrine lazy-loading, what is the right way of doing this ?

Some obvious solutions - to inject data_provider in every entity instacne, or to some static property, or to make some static methods in service, or to use evenet dispatcher, but I don't think it is the right way

  • 写回答

2条回答 默认 最新

  • dsxxqndv41105 2016-09-29 18:33
    关注

    Made some research of ObjectManagerInterface as Cerad suggested, and found this peace of code: https://github.com/doctrine/common/blob/master/lib/Doctrine/Common/Persistence/PersistentObject.php

    PersistentObject implements ObjectManagerAware interface, it has private static property where ObjectManager is stored.

    So I ended with this:

    class DataProvider
    {
        public function __construct() 
        {
            ...
            AbstractEntity::setDataProvider($this);
        }
    }
    
    abstract class AbstractEntity
    {
        private static $dataProvider;
        public static function setDataProvider() {...};
        protected static function getDataProvider() {...};
    }
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥100 set_link_state
  • ¥15 虚幻5 UE美术毛发渲染
  • ¥15 CVRP 图论 物流运输优化
  • ¥15 Tableau online 嵌入ppt失败
  • ¥100 支付宝网页转账系统不识别账号
  • ¥15 基于单片机的靶位控制系统
  • ¥15 真我手机蓝牙传输进度消息被关闭了,怎么打开?(关键词-消息通知)
  • ¥15 装 pytorch 的时候出了好多问题,遇到这种情况怎么处理?
  • ¥20 IOS游览器某宝手机网页版自动立即购买JavaScript脚本
  • ¥15 手机接入宽带网线,如何释放宽带全部速度