Hello,
I am almost done with this component. I just need to add some code, but I need to know where to add it.
User Collection View:
- clicks on a link that allows the user to edit 1 field.
- user enters data, clicks save.
Now I need to run some extra PHP code, but just for that form. What and where is that controller?
Second item:
I have multiple Collection layouts for the same table. So, it is something like this:
Active | Expired | Trial
What I need to do is modify the SQL select for each one so that I can display the records correctly. For example:
SELECT FROM this_table WHERE expire_date < date('now')
This is for active licenses.
Can someone point me in the right direction to make these modifications?
Thanks