[TYPO3-mvc] Extbase with external Database?
Franz Koch
typo3.RemoveForMessage at elements-net.de
Tue Sep 14 11:05:19 CEST 2010
Hey Alex,
> it is possible to use an external database in a extbase extension with
> repository? If so, how?
in general you can do inside your repository whatever you like. You can
read, write and map data from a CSV file, a webservice, a external DB or
whatever, but there is no API available to do so. So you have to
implement that stuff on your own (establishing the connection to the
external DB, quering for results etc).
What was your intention? Simply switching the storageBackend of the
repository and keep using extbases QOM? That's not possible ATM.
--
kind regards,
Franz Koch
More information about the TYPO3-project-typo3v4mvc
mailing list