for Designer…
- Display (layout, view, element) file path of current page.
First, put `viewpath’ directory on app/plugins in your CakePHP application.
Second, add the following code in app_controller.php.
<?php
class AppController extends Controller {
var $components = array('Viewpath.Viewpath');
Click icon.
- jQuery
