I have a CakePHP application that in some moment will show a view with product media (pictures or videos) I want to know if, there is someway to include another view that threat
In CakePHP 3.x you can simple use:
$this->render('view')
This will render the view from the same directory as parent view.