Welcome Guest, Not a member yet? Register   Sign In
Unique instance of service
#7

(This post was last modified: 04-26-2021, 06:24 AM by FlorianL.)

(04-22-2021, 02:13 AM)craig Wrote: If the controllers are called on separate requests, that is never going to work how you want it to.

'$this->idRandom =random_int(0, 10000);' is called for every request.

If you need to persist something between requests, use sessions or a database.

Okey thanks a lot for your return ! I'll use database
Reply


Messages In This Thread
Unique instance of service - by FlorianL - 04-21-2021, 05:37 AM
RE: Unique instance of service - by paliz - 04-21-2021, 10:22 AM
RE: Unique instance of service - by FlorianL - 04-21-2021, 10:36 AM
RE: Unique instance of service - by paliz - 04-21-2021, 02:31 PM
RE: Unique instance of service - by InsiteFX - 04-21-2021, 09:00 PM
RE: Unique instance of service - by craig - 04-22-2021, 02:13 AM
RE: Unique instance of service - by FlorianL - 04-25-2021, 11:05 PM
RE: Unique instance of service - by MGatner - 05-02-2021, 05:43 AM
RE: Unique instance of service - by FlorianL - 05-02-2021, 11:22 PM



Theme © iAndrew 2016 - Forum software by © MyBB