getModel(); $json = $model->execute($sourceJSON); $this->assign('json', $json); // # Fix 2.4: Drop the output buffer if(function_exists('ob_clean')) @ob_clean(); parent::display('raw'); } } ?>