foreach ($result as $row) {
                $return['topics'][$row['topic_id']][] = $row; 
            }