Skip to content
forked from k1LoW/viewpath

Viewpath: View file path display plugin for CakePHP

Notifications You must be signed in to change notification settings

withelmo/viewpath

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Viewpath: View file path display plugin for CakePHP

for Designer…

Features

  • Display (layout, view, element) file path of current page.

Usage

with 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('DebugKit.Toolbar' => array('panels' => array('Viewpath.viewpath')));
}
?>

Requirement

  • DebugKit

Standalone

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.

Requirement

  • jQuery

Author

Kenichirou Oyama <[email protected]>
slywalker <[email protected]>

License

MIT License

About

Viewpath: View file path display plugin for CakePHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 98.2%
  • JavaScript 1.8%