"; } if ($hasWriteAccess) { $edit_link = ""; } if ($hasExecuteAccess) { $delete_link = ""; } $space = "   "; $links = $assign_link . $space . $view_link . $space . $edit_link . $space . $delete_link; $data['rows'][] = array( 'id' => $row_group['group_id'], 'cell' => array( $count++, $row_group['group_id'], $row_group['group_no'], $group_section,$row_group['group_tital'] , $links ) ); } echo json_encode($data); ?>