CakePHP TwigView Plugin Missing View Error
问题 I am using CakePHP 2.4.2 and this plugin by predominant. I want to use TwigView with CakePHP and found that the plugin above is compatible with CakePHP 2.0. Followed all the installation steps, however, getting the Missing View error while executing the script. My AppController.php <?php App::uses('Controller', 'Controller'); class AppController extends Controller { public $viewClass = 'TwigView.Twig'; } The view's extention is .tpl , however, even after adding the Plugin it is still looking