[TYPO3-mvc] Get a class' name from a given table name

Claus Due claus at wildside.dk
Wed Sep 5 10:31:23 CEST 2012


Hi Adrien, Dirk,

> class AbCdEf {}
> class abcdef {} // Fatal error: Cannot redeclare class abcdef

Adrien is right about this.

FYI, the same is true for function names and object methods - but NOT for variables and properties!

Cheers,
Claus


More information about the TYPO3-project-typo3v4mvc mailing list