Пример #1
0
 protected function _initEntityManager()
 {
     \GenericEntityManager::configure(self::ENTITY_NS, self::DBTABLE_NS, self::ENTITY_MANAGER_NS);
 }
Пример #2
0
 public function EntityManagerMySql(GenericEntity $entity)
 {
     parent::__construct($entity);
 }