[Solved] What is the best way to update existing serialized data |
I have this code that I am working on but for some reason when I want to update my existing serialized data it updates it but does not remove old data.
How can I update existing serialized properly so will remove the previous serialized data. As you can see in image below because previous data not been removed shows with no width or height ![]() Controller PHP Code: <?php Setting Model PHP Code: <?php
There's only one rule - please don't tell anyone to go and read the manual. Sometimes the manual just SUCKS!
Found the issue I had it like
PHP Code: "slideshow_module['" . $slideshow_module['key'] . "'][banner_id]" PHP Code: <?php It should of been PHP Code: "slideshow_module[" . $slideshow_module['key'] . "][banner_id]"
There's only one rule - please don't tell anyone to go and read the manual. Sometimes the manual just SUCKS!
|
Welcome Guest, Not a member yet? Register Sign In |