TYPO3: Can I pull from another database on the same server?

前端 未结 1 1707

I have an alternate database (the one I\'d really like to use instead of the tables I moved to TYPO3). That is full of the information I want on my view. Is it possible to pull

相关标签:
1条回答
  • 2021-01-29 03:05

    You will need to install the system extension dbal. It comes with a manual: http://docs.typo3.org/typo3cms/extensions/dbal/latest/

    This will allow you to use a different database additionally to the main database.

    0 讨论(0)
提交回复
热议问题