Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

pronique/CakePHP-Sluggable-Behavior

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

CakePHP 2.0 Sluggable Behavior

CakePHP 2.0 Compatible version based largely on Mariano Iglesias' original Sluggable Behavior

Installation

Copy the plugin to app/Plugin/

Usage

Use inside your model

public  $actsAs = array('Sluggable.Sluggable' => array(
    'label'=>'name',
    'slug'=>'slug',
    'separator'=>'-',
    'overwrite'=>true   
));

Tests

Test Cases are largely untouch and have not been rewritten to for CakePHP 2.0

About

CakePHP 2.0 Compatible Behavior

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages