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('DebugKit.Toolbar' => array('panels' => array('Viewpath.viewpath'))); } ?>
- DebugKit
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
Kenichirou Oyama <[email protected]>
slywalker <[email protected]>
MIT License