Casting in Entity Classes |
Hi,
in my database i have a column with an serialized object. https://codeigniter4.github.io/userguide...on-casting Neither json nor array or json-array are working. With array i got an array with the original string as the first element. The documentation says unserialize is used and i expected to unserialze my serialized object. Why is it not working? |
Messages In This Thread |
Casting in Entity Classes - by groovebird - 12-14-2024, 05:14 AM
RE: Casting in Entity Classes - by davis.lasis - 12-14-2024, 11:31 AM
RE: Casting in Entity Classes - by groovebird - 12-14-2024, 12:03 PM
|