You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
When you fill an array in a controller function, typically the $data array, and the first value is a returned array from a models function, the key won't be populated. look at expected behaviour
CodeIgniter 4 version
4.0.3
Affected module(s)
Seems that the bug is somwhere around controller/modell package
Expected behavior, and steps to reproduce if appropriate
not working, $data['data'] is not populated at 'page' view:
Description
When you fill an array in a controller function, typically the $data array, and the first value is a returned array from a models function, the key won't be populated. look at expected behaviour
CodeIgniter 4 version
4.0.3
Affected module(s)
Seems that the bug is somwhere around controller/modell package
Expected behavior, and steps to reproduce if appropriate
not working, $data['data'] is not populated at 'page' view:
working, $data['data'] is populated at 'page' view:
Context
The text was updated successfully, but these errors were encountered: