[Typo3] Show my book list from MySQL

Franz Holzinger franz at fholzinger.com
Fri Mar 25 02:00:18 CET 2005


Jane Larsen wrote:
> I want to include some dynamic content in Typo3, from my list of books
> loacted in the same MySQL DB as the typo3 tables.
> 
> How do I get these info into Typo3 and how do I put this in a template?
> 
You have to write a new extension which accesses your MySQL DB tables 
where the books are stored.
Maybe something like this:
http://typo3.org/extensions/repository/search/sg_prodprom/

Copy the extension which does nearly your job. Use the extension 
kickstarter to write the ext_tables.php, ext_tables.sql and tca.php files.

Or see a video how this is done from typo3.org.

Franz



More information about the TYPO3-english mailing list