On 25/06/11 14:19, Demosthenes Koptsis wrote:
> Hi all,
>
> i saw that the order of calling special methods of a class is:
>
> _init
> _new
> _free
> _exit
>
> the _new method is the constructor and _free the destructor of the
> class?
>
>
>
Yes, but it would be better to say
_new is a met
Hi all,
i saw that the order of calling special methods of a class is:
_init
_new
_free
_exit
the _new method is the constructor and _free the destructor of the
class?
--
Regards,
Demosthenes Koptsis.
--
All the dat