We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
It's important to unbind models as well, to save performance. Either use
<?php $model->unbindModel($alias); ?>
or
<?php $model->unbindAllModels(); ?>