selectedID

The recommended method of customizing your AppGini-generated application is through hooks. But sometimes you might need to add functionality not accessible through hooks. You can discuss this here.
Post Reply
bdurfee
Veteran Member
Posts: 33
Joined: 2013-02-07 17:44

selectedID

Post by bdurfee » 2013-02-09 20:57

Is data['selectedId'] passed to the after_update and after_insert hooks?

User avatar
a.gneady
Site Admin
Posts: 1354
Joined: 2012-09-27 14:46
Contact:

Re: selectedID

Post by a.gneady » 2013-02-10 07:13

Yes ... But you should use the correct character case:

Code: Select all

$data['selectedID']
:idea: AppGini plugins to add more power to your apps:

Post Reply