CodeIgniter Forums
Filter something from database - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Filter something from database (/showthread.php?tid=77104)



Filter something from database - vishwajithkeshan2 - 07-19-2020

Hi, 
I'm new to Codeigniter. I just want to know the query (dummy code for the model) to filter some data between 2 days picked using 2 date pickers and send picked dates using ajax.


RE: Filter something from database - php_rocs - 07-20-2020

@vishwajithkeshan2,

What version of CI are you using?


RE: Filter something from database - vishwajithkeshan2 - 07-24-2020

(07-20-2020, 06:19 AM)php_rocs Wrote: @vishwajithkeshan2,

What version of CI are you using?
I solved the problem using the join method


RE: Filter something from database - ganartech - 08-27-2020

(07-24-2020, 01:02 AM)vishwajithkeshan2 Wrote:
(07-20-2020, 06:19 AM)php_rocs Wrote: @vishwajithkeshan2,

What version of CI are you using?
I solved the problem using the join method

Can you please share ??