Hallo,
ich bezieh mich hier auf die diskussion:
http://bugs.php.net/bug.php?id=36971
seit php 5 geht das wohl nicht mehr das man eine instanz innerhalb der klasse unsetten kann. das kommentar von:
bringt es auf den punkt - im prinzip das gleiche was ich vor hatte. bis jetzt hab ich keinen vernünfigen ansatz dafür ob es nicht doch einen weg gibt die instanz so zu löschen? jemand einen kreativen vorschlag?
merci
fra*
ich bezieh mich hier auf die diskussion:
http://bugs.php.net/bug.php?id=36971
seit php 5 geht das wohl nicht mehr das man eine instanz innerhalb der klasse unsetten kann. das kommentar von:
This is really quite simple to understand folks... The guy has a class that is sitting there doing it's thing. He has a function (say it's 'DestroyMe') that should do simply that. The best case I can imagine... The class is 'object' and it interfaces with a row in a table in a database. If you're going to delete the object's row from the table, it probably makes sense to destroy the class handling it. function destroy() { delete row; destruct class; } Thus it would be helpful to be able to do what he's asking. Now whether it fits within the realm of responsible coding or not I'm not the judge... lol
merci
fra*
Kommentar