[TYPO3-commerce] RFC: #7862: bug: Class constructor of tx_commerce_attribute_value causes PHP Warning

Sascha Egerer seg at softvision.de
Fri May 21 14:04:33 CEST 2010


Am 21.05.10 13:52, schrieb Sascha Egerer:
> makeInstance creates the object for you and than call's the "init"
> function of the object to initialize the object. So this is the same
> like PHP does with the constructor. You create an object and the
> constrcutor is called by php.

Sorry I'm wrong. For sure makeInstance does not call the init-Method but 
you have to call it after the makeInstance method.

Bye the way you've changed this in revision 9304 by your own
http://forge.typo3.org/repositories/revision/extension-commerce/9304


More information about the TYPO3-team-commerce mailing list