Including .tpl files

How can I include .tpl files in .php page? Is it possible to include .tpl files in …php page.

There are no PHP pages in Oxid, it makes use of MVC pattern, where tpl files are views rendered by PHP controllers. Have a look at the render() function of any Controller.