[TYPO3-mvc] Extbase - external Class - autoloader
Felix Oertel
mehl at foertel.com
Mon May 3 22:17:23 CEST 2010
Hi,
Am 03.05.10 22:14, schrieb S.Korth:
> But how do i change static attributes without using an Instance ?
> For example => Tx_Myext_Domain_Model_Myclass::$attribute = xy;
static classes don't have atrributes. to use member variables you have
to initiate the class ... to store stuff in a static class you have to
use globals.
regards, foertel
More information about the TYPO3-project-typo3v4mvc
mailing list