.env Property Arrays |
It would be nice to be able to specify non associative arrays like this:
PHP Code: contentsecuritypolicy.scriptSrc = 'self' PHP Code: public $scriptSrc = [ Maybe CI does this already? I haven't actually tried it. If it does then the CI manual should mention it. Maybe contentsecuritypolicy.0 = 'self' and xxxx.1 = 'abcd', xxxx.2 = 'xyzt' would be necessary.
Simpler is always better
|
Messages In This Thread |
.env Property Arrays - by donpwinston - 10-23-2023, 03:03 AM
RE: .env Property Arrays - by kenjis - 10-23-2023, 05:11 PM
RE: .env Property Arrays - by donpwinston - 10-28-2023, 03:32 AM
RE: .env Property Arrays - by donpwinston - 10-25-2023, 03:01 AM
RE: .env Property Arrays - by kenjis - 10-29-2023, 07:11 PM
|