Hello, I'm new to grocerycrud and it's really great!
Maybe you can help me.
Let's say I have 100 customers which should change their data in my database time by time (maybe once a year)
So I thougt I can send them a direct link which already includes the customers primary database key, something like this:
Ok, but after save and "return to list" - all other customers rows would be visible - thats not good.
So I thougt I could somehow pass this primary key id to
$crud->where('film_id','Zf8ffuufifddifxLKJASDFUDFUS797897kdfdfkljdifuiudfo123456789');
Or do you have a better idea?
One customer should only can see and modify his single row. He should not see other customers rows.
Thank you very much
Regards,
rk