3.0 - $this->Auth->user('id') inside a model or view · Issue #3929 · cakephp/cakephp

In CakePHP 2.x, there was the option of this: // Use anywhere AuthComponent::user('id') // From inside a controller $this->Auth->user('id'); AuthComponent::user('id') seems to have been removed fro...