Re: Using a plugin behaviour

2012-06-19 Thread Steve Found
On 19/06/12 09:49, Jeremy Burns wrote: I'm just breaking my way into CakePHP 2. I'm trying to attach the SluggableBehavior from the CakeDC Utils Plugin to a model and am really struggling to find any decent resource that outlines the steps to do this. The official documentation on the usage of

Re: Using a plugin behaviour

2012-06-19 Thread Jeremy Burns | Class Outfit
Yup - all plugins are loaded in bootstrap... Jeremy Burns Class Outfit http://www.classoutfit.com On 19 Jun 2012, at 10:59:11, Tilen Majerle wrote: > you need to activate plugin > > CakePlugin::load('Utils'); > -- > Lep pozdrav, Tilen Majerle > http://majerle.eu > > > > 2012/6/19 Jeremy Bur

Re: Using a plugin behaviour

2012-06-19 Thread Tilen Majerle
you need to activate plugin CakePlugin::load('Utils'); -- Lep pozdrav, Tilen Majerle http://majerle.eu 2012/6/19 Jeremy Burns > I'm just breaking my way into CakePHP 2. I'm trying to attach the > SluggableBehavior from the CakeDC Utils Plugin to a model and am really > struggling to find any

Using a plugin behaviour

2012-06-19 Thread Jeremy Burns
I'm just breaking my way into CakePHP 2. I'm trying to attach the SluggableBehavior from the CakeDC Utils Plugin to a model and am really struggling to find any decent resource that outlines the steps to do this. The official documentation on the usage of plugins, and specifically the usage of