gdw96
gdw96
Hi @jbelien, Of course, I didn't have time yesterday, I'm correcting it today.
@jbelien Done
__Note:__ Google Place Autocomplete returns limited information about places. It comes with Google Place details (the `sessiontoken` parameter allows, among other things, to link the two queries). So I was...
Otherwise, you just have to give the type `text` to your field (let's imagine `foo`) and in the methods `getFoo()`, implement the decoding of your json and in `setFoo($foo)`, implement...
Here is an example of how to implement the encryption of an array (or others, DateTime for exemple, juste adapt to your needs) field in the database: ```PHP