Student Reviews
( 5 Of 5 )
1 review
Video of YouTube Clone Comments in Yii2 Framework - Full Working Process in Yii2 course by The Codeholic channel, video No. 3 free certified online
In this video I will implement fully functional comments system in YouTube clone application which I created for FreeCodeCamp: https://youtu.be/whuIf33v2Ug using Yii2 framework.
Support me by subscribing - https://bit.ly/2xTQOI0
Source Code
https://github.com/thecodeholic/Yii2-Youtube-Clone
Social Intranet - Agora
https://github.com/apolloeleven/agora-yii2-vue
Follow me on social media:
https://twitter.com/thecodeholic
https://www.facebook.com/thecodeholic
https://www.instagram.com/thecodeholic/
Check my Github:
https://github.com/thecodeholic
Table of Contents
-------------------------------------------------------------------
01:10:23 - Create comment table
01:12:20 - Explain Nested Set Model
01:13:42 - Create comment table
01:16:55 - Generate Comment model
01:18:09 - Working on comment UI
01:41:42 - Save new comment
02:10:00 - Display existing comments
02:14:42 - Display just added comment
02:21:28 - Add comment actions button
02:31:02 - Implement comment delete
02:41:27 - Add permissions on comment actions
02:57:02 - Edit Comment
03:28:14 - Optimize Javascript
03:40:37 - Implement sub comments
04:07:45 - Pin Comment
04:32:27 - Show comments in backend.
04:59:12 - Implement mention in comments
07:00:04 - Fix bug: Show normal comment bellow pinned comment
07:03:16 - Fix bug: Delete someone else's comment
07:09:00 - Show correct comment count
07:11:12 - Summary