Skip to content

ichikaway/viewpath

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 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

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

About

Viewpath: View file path display plugin for CakePHP

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors