Skip to content

model unbinding

David Spreekmeester edited this page Dec 2, 2014 · 1 revision

Unbinding models

It's important to unbind models as well, to save performance. Either use

<?php
$model->unbindModel($alias);
?>

or

<?php
$model->unbindAllModels();
?>
Clone this wiki locally