How use controller property after requests |
Hello,
How we can endure a state of a controller property after a request in CodeIgniter version 4. For example, imagine that $a is a complex object: / the controller complains that the variable $a must not be accessed before initialization Code: class Example extends BaseController Some other languages we have something to sustain the state of those variable. What we have on CodeIgniter? Are there some helper to import to do that for us? Thanks in advance. |
Messages In This Thread |
How use controller property after requests - by danielsonsilva - 05-04-2020, 06:09 PM
RE: How use controller property after requests - by danielsonsilva - 05-05-2020, 07:18 AM
|