Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
通知システムと同様に、ユーザーのページに新しいコメントが投稿された場合にユーザーに通知する単純な通知システムがあります。
これを構築するために、通知システムに組み込まれた各ページにhasViewed、ページ データベース内の追加の変数を与えて、単純に値を吐き出すことを計画していますhasViewed = 0。
hasViewed
hasViewed = 0
唯一の問題は、SESSIONユーザーがページを表示したかどうかをテストする方法です。ありがとうございました。
SESSION