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

Adrien Crivelli adrien.crivelli at gmail.com
Wed Sep 5 03:46:08 CEST 2012


Hi,

Actually class names are case insensitive in PHP. So the class name you get
is not 100% correct according to convention, but it will still work.

class AbCdDeF {}
$foo = new abcdef(); // works

Cheers,


More information about the TYPO3-project-typo3v4mvc mailing list