This is based on V 2.3
//vie file in /View/Elements/templates/prolfile.ctp $view = new View(); $view->set(compact('data', $data)); //$data will be pass in to the element. $view->viewPath = 'Elements'; $content = $view->element('templates/profile');