Exemplo n.º 1
0
 function store($data, $id, $group = NULL)
 {
     $serial_data = serialize($data);
     parent::store($serial_data, $id, $group);
 }