Hi!
I have a custom tables in database and relations so i need to call a custom php function(select manager) from filter in front-end
I tried to create custom field in custom\entityDefs and set setupOptions to my options [ 'Test1', 'Test2' ] so in the filter i have two options and after i select the 'Test' and click the find button i need to call a php function( write my own joins and selects ).
So, i need to call a custom php filter function from filter and pass the value from that filter to my function and select.
I have a custom tables in database and relations so i need to call a custom php function(select manager) from filter in front-end
I tried to create custom field in custom\entityDefs and set setupOptions to my options [ 'Test1', 'Test2' ] so in the filter i have two options and after i select the 'Test' and click the find button i need to call a php function( write my own joins and selects ).
So, i need to call a custom php filter function from filter and pass the value from that filter to my function and select.
Comment