<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Sluggable Behavior 1.1.36 released</title>
	<link>http://cake-syrup.sourceforge.net/2007/11/26/sluggable-behavior-1136-released/</link>
	<description>add flavor to your CakePHP applications with some tasty syrup</description>
	<pubDate>Mon, 28 Dec 2009 05:04:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: mariano.iglesias</title>
		<link>http://cake-syrup.sourceforge.net/2007/11/26/sluggable-behavior-1136-released/#comment-6</link>
		<dc:creator>mariano.iglesias</dc:creator>
		<pubDate>Sun, 04 May 2008 05:02:49 +0000</pubDate>
		<guid>http://cake-syrup.sourceforge.net/2007/11/26/sluggable-behavior-1136-released/#comment-6</guid>
		<description>@Guy: when you want to use a behavior that resides in a plugin you need to prepend its name with the plugin name, using dot notation:

var $actsAs = array('plugin.Sluggable');</description>
		<content:encoded><![CDATA[<p>@Guy: when you want to use a behavior that resides in a plugin you need to prepend its name with the plugin name, using dot notation:</p>
<p>var $actsAs = array(&#8217;plugin.Sluggable&#8217;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guy</title>
		<link>http://cake-syrup.sourceforge.net/2007/11/26/sluggable-behavior-1136-released/#comment-2</link>
		<dc:creator>Guy</dc:creator>
		<pubDate>Mon, 14 Jan 2008 11:53:37 +0000</pubDate>
		<guid>http://cake-syrup.sourceforge.net/2007/11/26/sluggable-behavior-1136-released/#comment-2</guid>
		<description>Hi,

I'm building an RSS publisher plug-in for Cake 1.2.  I added sluggable to app/plugins/blog/model/behaviors.  I also added actsAs('sluggable') to the article model.  When I call $this-&#62;Article-&#62;save(....), the save works but the slug is not generated or saved to the DB.

Is it impossible to use behaviors in plugins?

Thank you,

Guy</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m building an RSS publisher plug-in for Cake 1.2.  I added sluggable to app/plugins/blog/model/behaviors.  I also added actsAs(&#8217;sluggable&#8217;) to the article model.  When I call $this-&gt;Article-&gt;save(&#8230;.), the save works but the slug is not generated or saved to the DB.</p>
<p>Is it impossible to use behaviors in plugins?</p>
<p>Thank you,</p>
<p>Guy</p>
]]></content:encoded>
	</item>
</channel>
</rss>
