Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.php > #17993

Symfony 4/ / Doctrine - how to utilize third party entities?

From Marek S <precz@spamowi.com>
Newsgroups comp.lang.php
Subject Symfony 4/ / Doctrine - how to utilize third party entities?
Date 2019-06-14 20:56 +0200
Organization ATMAN - ATM S.A.
Message-ID <qe0qle$tmr$1@node1.news.atman.pl> (permalink)

Show all headers | View raw


Hi all,

Assumptions:
1. PostgerSQL
2. Namespace "public" designed for Symfony / Doctrine entities.
3. Other namespaces contain third party tables/other objects which 
Doctrine will use but never change (creating/altering tables is not 
allowed but reading/writing is).

I would like to create entities via make:entity for (only) public 
schema. I also would like to create manually entities/repositories for 
third party tables They should be excluded from migrations :

doctrine:migrations:generate

...but fully functional for CRUD operations.

Is it possible?

-- 
Regards,
Marek

Back to comp.lang.php | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Symfony 4/ / Doctrine - how to utilize third party entities? Marek S <precz@spamowi.com> - 2019-06-14 20:56 +0200
  Re: Symfony 4/ / Doctrine - how to utilize third party entities? Arno Welzel <usenet@arnowelzel.de> - 2019-06-15 18:02 +0200
    Re: Symfony 4/ / Doctrine - how to utilize third party entities? Marek S <precz@spamowi.com> - 2019-06-15 23:11 +0200
      Re: Symfony 4/ / Doctrine - how to utilize third party entities? Arno Welzel <usenet@arnowelzel.de> - 2019-06-16 09:46 +0200

csiph-web