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

Adrien Crivelli adrien.crivelli at gmail.com
Wed Sep 5 10:22:34 CEST 2012


Hi,

Sorry to disagree, but classes name are *not* case sensitive... however my
previous example had a typo ;-)

Here, try this code for yourself:

<?php

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


More information about the TYPO3-project-typo3v4mvc mailing list