I am using two common behaviors in my cakePHP project, Sluggable
(http://bakery.cakephp.org/articles/view/sluggable-behavior) and
Searchable (http://code.google.com/p/searchable-behaviour-for-
cakephp/).  Both of these work fine by themselves but when I try to
use them both in a model  by calling
var $actsAs = array('Searchable','Sluggable');

I can still successfully add data from a form to my table but the slug
does not get made. I also do not get any errors (debug is set on 3).
How do I figure out why this is failing if I don't get any error
messages?

Does anyone know a good way to submit a form, make a slug and have
that content be searchable?

Thanks.

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to