Re: CakePHP 3 session usage in a custom class

2015-04-02 Thread Subi
You are right. This is a much better solution. On Wednesday, April 1, 2015 at 11:06:02 PM UTC+2, José Lorenzo wrote: I would pass the session object to the place where you need it. On Wednesday, April 1, 2015 at 10:54:19 PM UTC+2, Subi wrote: Which is the best way for using session in a

CakePHP 3 session usage in a custom class

2015-04-01 Thread Subi
Which is the best way for using session in a custom class where $this-request isn't available? I simple used $session = new Session; and it works perfectly, but I'm not sure it is the right way. -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter

Re: CakePHP 3 session usage in a custom class

2015-04-01 Thread José Lorenzo
I would pass the session object to the place where you need it. On Wednesday, April 1, 2015 at 10:54:19 PM UTC+2, Subi wrote: Which is the best way for using session in a custom class where $this-request isn't available? I simple used $session = new Session; and it works perfectly, but I'm