[TYPO3-core] RFC: #9581: clean up t3lib_exec

Ernesto Baschny [cron IT] ernst at cron-it.de
Thu Oct 16 17:10:59 CEST 2008


Martin Kutschker wrote: on 16.10.2008 17:01:

> This is a patch request for trunk.
> 
> Description:
> 
> * use PHP5 function static declaration
> * use static member variables instead of globals
> * reformat according to CGL
> 
> Masi

Isn't it a bit misleading if you declare a method "static" and then
access static member variables using $this->...? Wouldn't it be better
and semantically correct using self::$application?

Cheers,
Ernesto


More information about the TYPO3-team-core mailing list