-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Shohei Nakajima edited this page Sep 15, 2015
·
2 revisions
public $helpers = array(
'Likes.Like',
);
<?php echo $this->Like->setting('BbsSetting.use_like', 'BbsSetting.use_unlike'); ?>
public $actsAs = array(
'Likes.Like',
);
public $helpers = array(
'Likes.Like',
);
<?php echo $this->Like->display($bbsSetting, $bbsArticle, array('div' => true)); ?>
<?php echo $this->Like->buttons('BbsArticle', $bbsSetting, $bbsArticle, array('div' => true)); ?>
※ただし、一度クリックすると、クリックができなくなる。