Jump to content

Talk:This (computer programming)

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by NiX0n (talk | contribs) at 16:10, 2 November 2007 (Added note about PHP). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

python

Someone want to write about self in python? Cowbert 06:47, 9 May 2007 (UTC)[reply]

PHP

In PHP, this and self exist but represent different things. Because of polymorphism, a this pointer can change; however, self retains reference to the current class so static self-referential calls may be made. See: [1][2] NiX0n 16:10, 2 November 2007 (UTC)[reply]