Skip to content

Instantly share code, notes, and snippets.

@okmttdhr
Last active August 29, 2015 14:06
Show Gist options
  • Save okmttdhr/605496495dde6fb54b6a to your computer and use it in GitHub Desktop.
Save okmttdhr/605496495dde6fb54b6a to your computer and use it in GitHub Desktop.
通知:コントローラーで追加
$this->Notification->ntf_add(
$user_id, // 通知させたいユーザー
$user.'さんからメッセージが届いています', // 通知メッセージ
'offers', // モデル
'view', // アクション
$offer_id // 数値など
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment