Log message #110734

# At Username Text
# Aug 7th 2008, 23:11 Jezek1 oh cool. didn't know i could do that in the controller
# Aug 7th 2008, 23:10 markstory Jonah: setting required doesn't work?
# Aug 7th 2008, 23:10 Jonah as in so that if it is not passed through $this->data into validates(), it should not validate
# Aug 7th 2008, 23:10 markstory both will shut off sql log
# Aug 7th 2008, 23:10 markstory Jezek1: Configure::write('debug', 0); or 1
# Aug 7th 2008, 23:09 Jezek1 sorry
# Aug 7th 2008, 23:09 markstory Jonah: what do you mean by required?
# Aug 7th 2008, 23:09 Jezek can i turn it off from the controller
# Aug 7th 2008, 23:09 Jonah how do I make a field required?
# Aug 7th 2008, 23:08 markstory turn debug off.
# Aug 7th 2008, 23:08 Jezek cake sql log
# Aug 7th 2008, 23:08 Jezek how do i disable the Cake SQL table for an individual controller
# Aug 7th 2008, 23:06 markstory wish all problems were that straight forward :)
# Aug 7th 2008, 23:06 markstory anytime :D
# Aug 7th 2008, 23:05 freebox thank you
# Aug 7th 2008, 23:05 markstory I've done very similar things all the time.
# Aug 7th 2008, 23:05 freebox i'm working about 8 hours in this code, im blind now
# Aug 7th 2008, 23:05 markstory no worries :)
# Aug 7th 2008, 23:05 freebox sorry
# Aug 7th 2008, 23:05 markstory fail :)
# Aug 7th 2008, 23:05 freebox haha
# Aug 7th 2008, 23:05 freebox function view($id = null) { if (!$slug) {
# Aug 7th 2008, 23:04 t73net there you go, someone with more exp than me and slug behaviour
# Aug 7th 2008, 23:04 freebox my bad
# Aug 7th 2008, 23:04 freebox sorry
# Aug 7th 2008, 23:04 freebox lol
# Aug 7th 2008, 23:04 markstory bin your controller
# Aug 7th 2008, 23:04 freebox yes
# Aug 7th 2008, 23:04 markstory function view($slug = null) ?
# Aug 7th 2008, 23:04 t73net I use a simple beforeSave() and slug my column, which I usually call nice name
# Aug 7th 2008, 23:04 freebox but i get this: Notice (8): Undefined variable: slug [APP\controllers\piadas_controller.php, line 17]
# Aug 7th 2008, 23:03 markstory or something like that?
# Aug 7th 2008, 23:03 freebox yes
# Aug 7th 2008, 23:03 freebox in my model i have var $actsAs = array('Sluggable' => array('label' => 'nome', 'separator' => '-', 'overwrite' => false));
# Aug 7th 2008, 23:03 markstory are you doing findBySlug?
# Aug 7th 2008, 23:03 freebox the url looks good, the slug field is filled
# Aug 7th 2008, 23:03 t73net yeah I looked at it before
# Aug 7th 2008, 23:03 freebox in my view i have: <?php echo $html->link($piada['Piada']['titulo'], array('action'=>'view', $piada['Piada']['slug'])); ?>
# Aug 7th 2008, 23:03 t73net I don't know much about the sluggable behaviour, sorry
# Aug 7th 2008, 23:02 freebox i'm following the "tutorial" http://bakery.cakephp.org/articles/view/slug-behavior
# Aug 7th 2008, 23:02 t73net hrrm