Contents ../ lithium\data\Model::reset() public static method Resets the model. Returns void Related lithium\data\Model::$_instances Source public static function reset() { $class = get_called_class(); unset(static::$_instances[$class]); }