[TYPO3-mvc] Accessing external database table

Markus Mahner lists at mahner.net
Fri Nov 26 14:47:35 CET 2010


Oops, missed to "anonymize" the configuration... ;) According to the rest of the posted code, it should be:

Am 26.11.2010 um 14:44 schrieb Markus Mahner:
> * Configuration/TypoScript/setup.txt:
> plugin.tx_evtman {
> 	persistence {
> 		classes {
> 			Tx_Evtman_Domain_Model_Event {
> 				mapping {
> 					tableName = evtman.event
> 					columns {
> 						date.mapOnProperty = date
> 						name.mapOnProperty = name
> 					}
> 				}
> 			}
> 		}
> 	}
> }

best regards,
µ.



More information about the TYPO3-project-typo3v4mvc mailing list