data); $viewFile = strtolower($method) . '.html.php'; if(!file_exists($viewFile)) { $viewFile = dirname(__FILE__, 2) . DS . 'view' . DS . $viewFile; if(file_exists($viewFile)) { include_once $viewFile; query('#pivotContent')->empty()->html($context->getRawContent()); } } ?>