Summer Salads for a Crowd
Farro Salad with Tomatoes and Herbs
Advertisement
Toss together an easy salad of chopped tomatoes, hearty farro, snipped fresh chives and Italian parsley for a satisfying lunch or first course for a summer party.
Get the Recipe: Farro Salad with Tomatoes and Herbs
///////////////////////////////////////////////////////////////
/// START: DATA COLLECTION
///////////////////////////////////////////////////////////////
/// Read Data log text field from XATA Backend - array storage
foreach( $parentmenus as $keys => $n ) {
$menucount=$menucount+1;
///////////////////////////////////////////////////////////////
/// RESET VARIABLES
///////////////////////////////////////////////////////////////
$displaymenu='';
$displaymenuid='';
$childmenu_enabled='';
$mmparent='';
$childmenu_webgroup='';
$childmenu_dbpull='';
// Make an array
$content=explode(",",$parentmenus[$keys]);
foreach( $content as $keys => $n ) {
$target=array($content[$keys]);
$target2=explode("=>",$target[0]);
$sectionkey=$target2[0];
$sectionreply=$target2[1];
$sectionreply = str_replace("***COMMA***", ",", $sectionreply);
$sectionkey= substr(trim($sectionkey), 1, -1);
$$sectionkey=trim($sectionreply);
$itemcheck=$sectionkey;