Doctrine_Record::free em PHP - 1 exemplos encontrados. Esses são os exemplos do mundo real mais bem avaliados de Doctrine_Record::free do pacote ZFPlanet em PHP extraídos de projetos de código aberto. Você pode avaliar os exemplos para nos ajudar a melhorar a qualidade deles.
Cuts all references the entity has to other entities and removes the entity
from the instance pool.
Note: The entity is no longer useable after free() has been called. Any operations
done with the entity afterwards can lead to unpredictable results.