TYPO3: Can I pull from another database on the same server?
问题 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 from a specified database? And, can anyone provide a newer (6.1 is what i'm on) [English] tutorial on rendering database information to a page? page.20.subparts { typocontent = CONTENT typocontent { select { pidInList = 20 ### FROM myDatabase.myTable ### where = colpos=1 orderBy = sorting } Also, constructive criticism