2amigos / yii2-grid-view-library

Highly enhanced GridView widget and grid components for Yii2
https://2amigos.us
Other
57 stars 16 forks source link

readme should mention that pk is base64 encoded and serialized #17

Closed nsanden closed 7 years ago

nsanden commented 9 years ago

Had to dig around to figure this out after upgrading recently.

claudioferrari commented 9 years ago

@nsanden how did you solved it?

nsanden commented 9 years ago
unserialize(base64_decode($pk))
tonydspaniard commented 7 years ago

Thanks and sorry for the late response