Into the Controller::beforeFilter for example
1 | $this->Session->activate(); |
And into the Views before you need it
1 | $session->activate(); |
一个Web开发者的博客
Into the Controller::beforeFilter for example
1 | $this->Session->activate(); |
And into the Views before you need it
1 | $session->activate(); |
Recent Comments