Search the Community
Showing results for tags 'serialize'.
-
Hi prestashopers. I write a module in which I save information in a complex form - serialized. The display of such information is illegible and unedited, which is why I want to display the input form. I just wanted to insert a value: public function renderForm() { $ u...
-
- helperlist
- backoffice
- (and 10 more)
-
Hi everybody, I'm working on improving one of my modules, and i was thinking on serializing some data into the database. The data is the result of a GetProductProperties call. So, large data. I was thinking to serialize it with a cron job, so the there is no need to call that heavy function every...