Multiple Page Records Filter By
hey guys i struggle to filter in view page which i add a list page and i want is to filter room and date:
and this is the code that i modified but it's not working and i been also searching for online solution but PHPRAD are lack of advance tutorial.
<?php
$this->render_page("attendance_tbl/list/attendance_tbl.attendance_room,attendance_tbl.date_created/$data[room_name],$data[date_created]?limit_count=20");
?>
thanks in advance