[TYPO3-mvc] Get a class' name from a given table name
Dirk Rauscher
dr_typo3 at zolonbow.de
Wed Sep 5 09:39:03 CEST 2012
Am 05.09.2012 03:46, schrieb Adrien Crivelli:> 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,
>
Hi Adrien
That would have been a quite easy one ;-)
But class names in PHP ARE case sensitive.
Classes 'ABC' and 'abc' are definitely not the same.
Regards,
Dirk
More information about the TYPO3-project-typo3v4mvc
mailing list