for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
abstract class Controller
{
protected $viewPath;
protected function view()
}
protected function template($template)
template($this->viewPath.$template);