It looks like you're new here. If you want to get involved, click one of these buttons!
$staff = fuel_model('staff_members', array('find' => 'all', 'order' => 'precedence asc', 'where' => array('staff_categories.name' => 'Leadership'), 'module' => 'staff'));
Comments
Thanks.