The benchmark group includes the top six performers over the life of the study—Burger King, Chick-fil-A, Krystal, McDonald’s, Taco Bell, and Wendy's—plus a regional chain that has also performed well historically. This year that chain is Del Taco, although QSR and Insula will rotate that selection in future years. Below are the historical performances of the benchmark group.
Click the header rows to sort the data by year.
$sort_dir) ); if ( $sort_dir == 'asc' ) { $dest_dir = 'desc'; } } $header_row_data[] = array( 'data' => l( $field, $_GET['q'], array( 'query' => array( 'sort' => $field, 'dir' => $dest_dir ), 'html' => TRUE ) ) . $sort_indicator, 'class' => 'top-header', ); } $header_row = array( 'data' => $header_row_data, 'class' => 'top-header', ); $table_rows = array(); $table_rows[] = $header_row_data; $sorted_rows = array(); $values = array(); foreach ( $data as $id => $value ) { $values[$id] = $value[$sort_field]; } if ( $sort_dir == 'asc' ) { asort( $values ); } else { arsort( $values ); } foreach ( $values as $key => $value ) { $row_cells = array(); foreach ( $header as $sort_field ) { $class = 'data'; if ( $sort_field == 'Chain' ) { $class = 'company'; } $row_cells[] = array( 'data' => $data[$key][$sort_field], 'class' => $class ); } $sorted_rows[] = $row_cells; } foreach ( $sorted_rows as $data_row ) { $table_rows[] = $data_row; } print theme( 'table', array( 'header' => NULL, 'rows' => $table_rows, 'attributes' => array( 'id' => 'datatable' ) ) ); /* * this is a support function to sort the data based on the field & direction. * it returns an array that's used for the table row function get_2011_dt_sos_chart_sorted_rows( $data, $sort_field, $sort_dir, $header ) { $sorted_rows = array(); $values = array(); foreach ( $data as $id => $value ) { $values[$id] = $value[$sort_field]; } if ( $sort_dir == 'asc' ) { asort( $values ); } else { arsort( $values ); } foreach ( $values as $key => $value ) { $row_cells = array(); foreach ( $header as $sort_field ) { $class = 'data'; if ( $sort_field == 'Chain' ) { $class = 'company'; } $row_cells[] = array( 'data' => $data[$key][$sort_field], 'class' => $class ); } $sorted_rows[] = $row_cells; } return $sorted_rows; } */ ?>Drive-Thru Benchmarks