I have a question
- Single Page
Posted 05 January 2013 - 15:17 PM
/index.php/admin/user/edit/1/token/06c5ab9815341668bcdd8e08f460a0a4
Posted 05 January 2013 - 17:40 PM
and grocery CRUD will do the rest for you.
Regards
Johnny
Posted 05 January 2013 - 21:03 PM
Posted 05 January 2013 - 21:18 PM
Posted 05 January 2013 - 21:21 PM
Posted 05 January 2013 - 21:22 PM
same
/index.php/admin/user/edit/1/token/06c5ab9815341668bcdd8e08f460a0a4
Posted 05 January 2013 - 21:26 PM
variable different for each row?
Posted 05 January 2013 - 21:33 PM
becuse when customer chenge id cant see any thing
i think i can change in library grocery_CRUD
to add that
plz help me
Posted 05 January 2013 - 21:39 PM
Posted 05 January 2013 - 21:44 PM
Posted 05 January 2013 - 21:44 PM
Posted 05 January 2013 - 21:48 PM
Posted 05 January 2013 - 21:50 PM
Posted 05 January 2013 - 21:58 PM
my data in public cant check just id
iwant to add token to have more check
Posted 05 January 2013 - 22:07 PM
Posted 05 January 2013 - 22:15 PM
when change id user will see view i want to cant see that i want check when page load when click edit action
if i can set get_primary_key = token i dont have a problem
Posted 05 January 2013 - 22:29 PM
So in your case you will have something like this:
if (!$user_has_access) {
$crud->field_type('user_id','readonly');
}
If this is not the case for you, please post some code first to understand what you want.
Posted 05 January 2013 - 22:33 PM
[b] victor[/b]
AND Regards Johnny