or like does not work

Issue #18 resolved
Former user created an issue

$statement = $db->select()->from('staff_info')->like('fname', Input::get('name'))->or_like('surname', Input::get('name'))->fetch();

Comments (2)

  1. Log in to comment