Deprecating Model::bind()

This commit is contained in:
mark_story 2009-08-31 22:18:31 -04:00
parent bd3178b9fc
commit bd350e95b6

View file

@ -499,7 +499,7 @@ class Model extends Overloadable {
* @param boolean $permanent Set to true to make the binding permanent
* @return void
* @access public
* @todo
* @deprecated Use Model::bindModel() instead.
*/
function bind($model, $options = array(), $permanent = true) {
if (!is_array($model)) {