1
00:00:00,300 --> 00:00:01,050
Hello, friend.

2
00:00:01,080 --> 00:00:01,950
Welcome back.

3
00:00:02,370 --> 00:00:07,730
In a previous video, we successfully complete some of the validation right from here.

4
00:00:07,740 --> 00:00:13,770
Right now, you check that validation and after that I want to do to insert this category data in our

5
00:00:14,010 --> 00:00:16,470
database table so we can do that work.

6
00:00:16,470 --> 00:00:19,500
In this video, I will show that things with a live example.

7
00:00:20,040 --> 00:00:24,570
And as I told you, friend in there, the two different, where you can actually insert this data,

8
00:00:24,570 --> 00:00:29,070
you can use that look into our you can also do that work with the query builder.

9
00:00:29,430 --> 00:00:34,860
I will show you both of this way and also into the looking column to have the two different type.

10
00:00:34,860 --> 00:00:40,130
You can actually use SYSOP, all the things we do with things you like, you can take it.

11
00:00:40,180 --> 00:00:43,470
OK, so like first of all, I want to insert this data.

12
00:00:43,470 --> 00:00:46,470
So here I have already added that our filename.

13
00:00:46,470 --> 00:00:52,520
So that is our filename and that is our I have already created this method that is our method name as

14
00:00:52,560 --> 00:00:53,670
Edgard method.

15
00:00:54,150 --> 00:01:01,050
And if that method started from here and ended so in particular dysfunctionally that this method area

16
00:01:01,050 --> 00:01:01,950
we have to work.

17
00:01:02,280 --> 00:01:02,630
Right.

18
00:01:03,000 --> 00:01:08,310
So first of all, it will be take that validation will still be done after that validation.

19
00:01:08,310 --> 00:01:09,790
I want to insert this data.

20
00:01:10,170 --> 00:01:14,910
So if you want to insert it with using that, you look at what I first of all, you have to add your

21
00:01:14,910 --> 00:01:22,680
model them same name ID as I have already created or model them as a category that is a model and a

22
00:01:22,680 --> 00:01:23,910
model name as a category.

23
00:01:23,910 --> 00:01:24,210
Right.

24
00:01:24,240 --> 00:01:25,890
So now I name it as a category.

25
00:01:26,910 --> 00:01:33,570
So category model and in the category model I want to do want to insert it sound to insert.

26
00:01:34,080 --> 00:01:36,300
So here I want to insert it OK.

27
00:01:36,330 --> 00:01:42,570
And after that the third bracket I'm here, you have to add the semicolon and now I want to do I want

28
00:01:42,570 --> 00:01:45,210
to add or all that feel OK.

29
00:01:45,210 --> 00:01:50,430
I have to add that field and this field that means which area you want to insert.

30
00:01:50,440 --> 00:01:52,320
So that is the category name.

31
00:01:52,320 --> 00:01:56,540
So here that is our database category stable into the categories field area.

32
00:01:56,550 --> 00:01:57,540
You have to add it.

33
00:01:57,930 --> 00:02:01,910
So now I named our database field, so do the database field here.

34
00:02:01,920 --> 00:02:04,230
I don't want to pass our requested data.

35
00:02:04,390 --> 00:02:07,140
OK, that means here I have already take that request.

36
00:02:07,150 --> 00:02:11,340
So this request data and that means if you go to our import field.

37
00:02:11,580 --> 00:02:14,730
So from here that is that is all import file.

38
00:02:14,730 --> 00:02:14,970
Right.

39
00:02:14,980 --> 00:02:16,380
So that is the form here.

40
00:02:16,380 --> 00:02:20,030
I want to actually pass on the required data.

41
00:02:20,580 --> 00:02:26,280
That means if you go to a site or whatever the things you put on here and after that you add that at

42
00:02:26,280 --> 00:02:26,790
category.

43
00:02:26,790 --> 00:02:27,080
Right.

44
00:02:27,300 --> 00:02:28,470
So distinguished.

45
00:02:28,470 --> 00:02:32,510
So this field data, that is actually the category name.

46
00:02:32,520 --> 00:02:34,510
So now I want to do I also want to take it.

47
00:02:34,860 --> 00:02:36,180
So it should be decreased.

48
00:02:36,310 --> 00:02:38,270
So this request, it will be displayed.

49
00:02:38,280 --> 00:02:39,660
Our district is data.

50
00:02:40,170 --> 00:02:42,330
These stickers will name as a category name.

51
00:02:43,050 --> 00:02:43,270
Right.

52
00:02:43,950 --> 00:02:50,370
And also if you want to display as a user ID, that means ensure that our user data.

53
00:02:50,400 --> 00:02:52,290
So here you can also insert it.

54
00:02:52,590 --> 00:02:57,140
So this user data means that you have to do that to actually create that relation.

55
00:02:57,150 --> 00:03:02,820
I will show you that this letter that is or use a table into the user table to have actually that ID.

56
00:03:03,210 --> 00:03:07,180
So it will be match with our this user I.D. data, OK?

57
00:03:07,260 --> 00:03:08,970
That means that it will be as the foreign car.

58
00:03:09,060 --> 00:03:10,930
I will discuss about that things later.

59
00:03:10,960 --> 00:03:15,300
So right now I only want to do which user is already logged in.

60
00:03:15,780 --> 00:03:18,060
This user ID will be safe.

61
00:03:18,090 --> 00:03:24,450
OK, so if you want to save it then first of all here you have to add that our database will name our

62
00:03:24,450 --> 00:03:25,350
database filename.

63
00:03:25,350 --> 00:03:26,940
I named as the user ID.

64
00:03:26,970 --> 00:03:27,900
I copy it.

65
00:03:28,560 --> 00:03:35,160
That will be as a user ID and after that here I want to do I want to add it so it will be as our opt

66
00:03:36,120 --> 00:03:38,220
or means with this logging.

67
00:03:38,220 --> 00:03:40,820
User rights with the user is already logging.

68
00:03:40,920 --> 00:03:46,050
So this authenticated user, that is the default on this authenticated user.

69
00:03:46,470 --> 00:03:49,620
I want to access one of the field as I default.

70
00:03:49,710 --> 00:03:50,910
OK, that was different.

71
00:03:51,240 --> 00:03:53,670
So that is a different ID I want to take.

72
00:03:54,390 --> 00:03:56,280
So automatically still be safe.

73
00:03:56,280 --> 00:04:00,750
This idea that means this will be go to our user into the user.

74
00:04:00,750 --> 00:04:03,330
Which user is already locked in this user.

75
00:04:03,330 --> 00:04:05,070
This ID I want to take.

76
00:04:05,490 --> 00:04:07,550
OK, so that's all you have to do.

77
00:04:08,070 --> 00:04:09,500
So now I take it.

78
00:04:09,510 --> 00:04:14,340
So that will be our authenticated user and this, that is our ID field.

79
00:04:14,670 --> 00:04:18,330
And also after that I don't want to do want to add another field.

80
00:04:20,270 --> 00:04:28,230
Um, if you go to our categories there is another field is created that I also want to insert that created

81
00:04:28,230 --> 00:04:33,510
that data so that they are created, that I created that here.

82
00:04:33,510 --> 00:04:35,610
I want to do unto itself the default on.

83
00:04:35,610 --> 00:04:36,300
So you are here.

84
00:04:36,300 --> 00:04:43,080
I want to use that with the carbon, OK, carbon with this carbon or so we change the date format,

85
00:04:43,080 --> 00:04:45,360
which I have already discussed about the things we do.

86
00:04:45,690 --> 00:04:48,430
So there is a carbon and then one of the now method.

87
00:04:48,480 --> 00:04:50,310
OK, so there is a default once.

88
00:04:50,310 --> 00:04:53,370
So here you have to do we have to add it and make sure you are here.

89
00:04:53,370 --> 00:04:54,480
You don't need to use that.

90
00:04:54,480 --> 00:04:55,410
Any semicolon.

91
00:04:55,920 --> 00:04:56,670
So perfect.

92
00:04:56,670 --> 00:04:58,950
So that's all you have to do friend.

93
00:04:59,580 --> 00:04:59,920
OK.

94
00:05:00,380 --> 00:05:03,980
So that is all in this data, so automatically notes will be inserted.

95
00:05:04,010 --> 00:05:05,780
So here I use that all.

96
00:05:05,900 --> 00:05:07,200
I have used that category.

97
00:05:07,220 --> 00:05:09,360
So he had also had to add both of these.

98
00:05:09,950 --> 00:05:12,340
That means here we have to do we have to use it.

99
00:05:12,350 --> 00:05:12,750
Right.

100
00:05:13,070 --> 00:05:21,620
So if you want to use it, first of all, there first of all, better I want to use our category because

101
00:05:21,620 --> 00:05:23,120
I also use that our model.

102
00:05:23,840 --> 00:05:30,140
So if you want to use that model so that these, you know, use and then the app and then the black

103
00:05:30,140 --> 00:05:37,800
slash our models folder in front of the models folder, I want to use that category category.

104
00:05:38,090 --> 00:05:38,430
Right.

105
00:05:38,480 --> 00:05:39,970
That will be our category model.

106
00:05:40,340 --> 00:05:44,330
That means the app and then the models and then that is your category.

107
00:05:44,720 --> 00:05:45,190
Perfect.

108
00:05:45,500 --> 00:05:51,590
And after that I also want to use that our let me use and then what.

109
00:05:52,130 --> 00:05:54,650
I only use that all that means authenticated.

110
00:05:54,650 --> 00:05:59,600
And I also want to use our carbons so that easy loana eliminate.

111
00:06:00,820 --> 00:06:01,870
Eliminate.

112
00:06:02,180 --> 00:06:08,280
OK, you mean Nate, you start giving you any references.

113
00:06:08,280 --> 00:06:16,940
So even when it is in to illuminate and then the support or the support and then the carbon.

114
00:06:18,280 --> 00:06:24,780
OK, make sure you add it so that is eliminated and the support and then the carbon.

115
00:06:25,040 --> 00:06:25,560
Perfect.

116
00:06:26,030 --> 00:06:27,880
So that is actually the appropriate location.

117
00:06:27,890 --> 00:06:29,780
So I have to use that carbon.

118
00:06:29,780 --> 00:06:32,300
I have used that all I have use that category.

119
00:06:32,720 --> 00:06:35,880
So you can see that is a category used at all.

120
00:06:35,900 --> 00:06:37,270
And the carbon perfect.

121
00:06:37,610 --> 00:06:41,220
So now if you click the save all likelihood to save all.

122
00:06:41,420 --> 00:06:42,930
Now let's check this out.

123
00:06:42,950 --> 00:06:45,560
OK, so now let's check this out.

124
00:06:45,560 --> 00:06:48,720
Our this look into what it is perfectly working or not.

125
00:06:49,460 --> 00:06:51,040
Now go your side.

126
00:06:51,900 --> 00:06:55,580
Now refresh it, see if you get any at all.

127
00:06:55,580 --> 00:06:56,600
Don't worry about it.

128
00:06:56,600 --> 00:06:57,560
We'll solve it, OK?

129
00:06:57,620 --> 00:06:59,510
So first of all, don't take that validation.

130
00:06:59,520 --> 00:07:04,990
Your validation is perfectly working the way you make it as one of the category name as a SIFIs, because

131
00:07:05,030 --> 00:07:10,640
the category is not showing as a class app model.

132
00:07:11,390 --> 00:07:13,380
You can see there is a folder, Mamie's mistake.

133
00:07:13,400 --> 00:07:16,220
It should be as a models, not the model.

134
00:07:16,980 --> 00:07:20,400
Uh, you can see the result of the models, not the model.

135
00:07:20,420 --> 00:07:24,200
So here I am using as a model is still B as a model.

136
00:07:24,530 --> 00:07:26,540
That means that models.

137
00:07:26,540 --> 00:07:27,110
Models.

138
00:07:27,110 --> 00:07:27,310
Right.

139
00:07:27,350 --> 00:07:27,770
Perfect.

140
00:07:28,490 --> 00:07:34,430
I believe that Savol check it again, go back, refresh it.

141
00:07:35,660 --> 00:07:39,590
Uh, shaki this data and since Saturday does not know.

142
00:07:39,770 --> 00:07:44,660
And now first of all, I will check that validation for getting that validation.

143
00:07:44,660 --> 00:07:47,290
I add that C fiscally as the ad category.

144
00:07:47,750 --> 00:07:48,230
Yes.

145
00:07:48,230 --> 00:07:49,480
You can see they have no error.

146
00:07:49,790 --> 00:07:53,240
That is right now it's perfectly rejected to a category at base.

147
00:07:53,240 --> 00:07:56,240
And now if you go here, click as a browse.

148
00:07:56,660 --> 00:07:57,410
Yes.

149
00:07:57,410 --> 00:08:02,960
You can see, friend, right now I'm talking with our user is the one that means I'm walking with the

150
00:08:02,960 --> 00:08:03,650
admin.

151
00:08:03,650 --> 00:08:04,040
Right.

152
00:08:04,040 --> 00:08:09,560
That means the Karzai, for the reasons that is clearly showing our user ID is one that is our category

153
00:08:09,560 --> 00:08:14,960
name is visible and also is not created that created at Perfect.

154
00:08:14,960 --> 00:08:21,520
And also if you go back and you can see right now, I am already looking with the Karzai Karzai.

155
00:08:21,530 --> 00:08:28,580
If you go if you go better, I show you if you go to the profile, you can say looking with the Karzai.

156
00:08:28,970 --> 00:08:34,450
So if you go to an also my email address as administrator, Gmail dot com, if you go to that, our

157
00:08:34,460 --> 00:08:41,870
user in the user, you can see there's a Khasi admin that means the email as a administrational dot

158
00:08:41,870 --> 00:08:42,110
com.

159
00:08:42,110 --> 00:08:43,490
So user ideas are one.

160
00:08:43,850 --> 00:08:46,280
So for the regions, it's actually getting that perfectly.

161
00:08:46,730 --> 00:08:49,790
That means user I.D. one actually created this category.

162
00:08:49,800 --> 00:08:56,900
So now I also want to do want to add another one as all categories I want to add this mean category

163
00:08:57,140 --> 00:09:03,110
is the add category perfect Rousay perfectly inside that data.

164
00:09:03,530 --> 00:09:10,290
And also I want to add another one, Ligas add category and Mansi template.

165
00:09:10,310 --> 00:09:14,300
The add category a freshet.

166
00:09:15,560 --> 00:09:17,420
Yeah the is perfect.

167
00:09:17,720 --> 00:09:20,330
So here we successfully insert this data.

168
00:09:20,360 --> 00:09:22,580
I hope you like it very much so.

169
00:09:22,580 --> 00:09:24,530
That is one one process.

170
00:09:24,530 --> 00:09:26,660
OK, that is you look into what I one process.

171
00:09:26,930 --> 00:09:32,150
I also want to share with you another way that you can actually use it with using that they look into

172
00:09:32,150 --> 00:09:34,090
what m so here you have to do better.

173
00:09:34,100 --> 00:09:37,850
I want to make it as a comment, don't I make it as a comment out.

174
00:09:37,850 --> 00:09:45,680
And also there is another way I want to show like here I take one of the variable as a category OK category

175
00:09:45,680 --> 00:09:47,570
and then we have to create one of the object.

176
00:09:47,570 --> 00:09:49,190
We have to create the new object.

177
00:09:49,430 --> 00:09:55,790
Sorry, we have to create on the new object a new object for the category model and category model.

178
00:09:55,790 --> 00:09:58,580
So I named our category model current.

179
00:09:58,790 --> 00:09:59,630
And after that.

180
00:09:59,860 --> 00:10:06,690
We have to do we have to win this category category, so with this category, you have to do you have

181
00:10:06,690 --> 00:10:09,490
to add your all that are required to fill them.

182
00:10:09,510 --> 00:10:16,080
So here with this category and to access our database, we name our database will name as a category

183
00:10:16,080 --> 00:10:16,470
name.

184
00:10:16,470 --> 00:10:18,060
I name it as a category name.

185
00:10:18,330 --> 00:10:21,390
So you will be matched without this same as requested.

186
00:10:21,540 --> 00:10:23,340
That means the requested category name.

187
00:10:23,670 --> 00:10:29,070
OK, so that the things you have to do and also after that I want to do, I want to add another one.

188
00:10:29,430 --> 00:10:32,330
So should be just like the same letter I copied.

189
00:10:33,030 --> 00:10:39,660
So with this category I want to use that our this field as a user ID and this user idea will be just

190
00:10:39,660 --> 00:10:44,960
like that same issue will be just like the same as the authenticated user I.D..

191
00:10:45,310 --> 00:10:46,950
OK, so be save this part.

192
00:10:47,280 --> 00:10:51,330
And also after that I want to do I want to add our Hmm.

193
00:10:51,720 --> 00:10:52,030
Here.

194
00:10:52,080 --> 00:10:56,450
I want to add as I get another save that I want to save this data.

195
00:10:56,850 --> 00:10:59,470
So I want to add this category.

196
00:11:00,000 --> 00:11:03,150
So with this category, I want to do want to save this data.

197
00:11:03,600 --> 00:11:06,330
OK, so here you have to do we have to add as a safe.

198
00:11:07,110 --> 00:11:07,650
Perfect.

199
00:11:07,950 --> 00:11:10,170
So that is actually our another format.

200
00:11:10,570 --> 00:11:14,640
OK, so with this, it's also should be inside this data.

201
00:11:14,670 --> 00:11:17,030
You should be inside this hour category name.

202
00:11:17,040 --> 00:11:21,030
It should be inside our user name and after that it will be saved, this data.

203
00:11:21,600 --> 00:11:22,680
So now let's check this out.

204
00:11:22,680 --> 00:11:24,090
Is perfectly working or not.

205
00:11:24,300 --> 00:11:26,720
And that is our model as a category model.

206
00:11:26,730 --> 00:11:29,620
I have also already loaded our this model.

207
00:11:29,880 --> 00:11:30,340
OK.

208
00:11:30,360 --> 00:11:35,530
So if you use that, you look good and then you have to actually work with this model.

209
00:11:36,120 --> 00:11:45,360
So now if you click on the Save All now and want to insert it again, go back now, refresh it and now

210
00:11:45,360 --> 00:11:49,040
undo and insert another one as efficiently as the add category.

211
00:11:49,680 --> 00:11:53,540
Yeah, you can see it's perfectly inserted to the category.

212
00:11:54,060 --> 00:11:54,480
Yes.

213
00:11:54,480 --> 00:11:56,910
You can see it's not perfect means that it does data.

214
00:11:56,910 --> 00:12:03,650
As a user I do want as a feature but here one things you can see here when you actually use this way,

215
00:12:03,840 --> 00:12:10,750
that means that we that this format as a insert format here, you have to insert this created at here.

216
00:12:10,770 --> 00:12:11,160
Right.

217
00:12:11,410 --> 00:12:14,100
So here I have and manually add this field.

218
00:12:14,340 --> 00:12:21,030
But we use like that we here you don't need to use that created feel automatically to be inserted that

219
00:12:21,030 --> 00:12:22,080
created data.

220
00:12:22,350 --> 00:12:25,620
That means you created a date and the updated ad date.

221
00:12:26,310 --> 00:12:28,470
OK, so that is very much interactive.

222
00:12:28,470 --> 00:12:30,890
So I will be for you to use this format.

223
00:12:30,900 --> 00:12:34,160
So that is very much a professional format you can actually use.

224
00:12:34,210 --> 00:12:38,470
OK, but I hear both of these Westing seems like you can actually choose it.

225
00:12:39,000 --> 00:12:44,400
So right now when you insert ADC to this area, the category at.

226
00:12:44,400 --> 00:12:44,710
Right.

227
00:12:44,730 --> 00:12:50,360
So now I want to do I want to add this type of one on the condition when it should be said, this data

228
00:12:50,370 --> 00:12:52,410
after that at category.

229
00:12:52,530 --> 00:12:57,420
So still addicted to the same back and it will be displayed on the message.

230
00:12:57,990 --> 00:13:02,370
So if you want to do that work right now, I want to do I want to make it as a doubt.

231
00:13:02,760 --> 00:13:05,810
And also I want to open it, OK?

232
00:13:05,820 --> 00:13:06,720
I want to open it.

233
00:13:06,720 --> 00:13:09,890
I want to use this one because I did this first time.

234
00:13:10,380 --> 00:13:12,820
So now I want to do here after this.

235
00:13:12,820 --> 00:13:15,180
That is when this data will be inserted.

236
00:13:15,240 --> 00:13:21,870
OK, after this here I want to do and returned and the return and then the redirect.

237
00:13:23,850 --> 00:13:25,950
There is another wanted return redirect.

238
00:13:25,950 --> 00:13:31,890
So with the certainty that I want to it will be redirected to the back page that Bitcoin is to be successful

239
00:13:31,890 --> 00:13:34,740
in that it should be redirected to the back page.

240
00:13:35,040 --> 00:13:35,400
OK.

241
00:13:35,430 --> 00:13:40,320
And when you should be back, then I want to do and do so with some of the message.

242
00:13:40,330 --> 00:13:46,230
So I added that with and with some of the idea in the past as a success.

243
00:13:47,610 --> 00:13:48,040
OK.

244
00:13:48,060 --> 00:13:52,240
So I want to add as a success and success which type of message you want to visit.

245
00:13:52,310 --> 00:14:00,810
Also here, I want to do a little display at some of the masses as a category category inserted successfully

246
00:14:02,220 --> 00:14:03,110
so successfully.

247
00:14:03,330 --> 00:14:06,040
So they step up onto the massive Silvy display.

248
00:14:06,210 --> 00:14:12,300
So that is our success and the desired it should be display the category inside it successfully.

249
00:14:12,540 --> 00:14:13,060
Perfect.

250
00:14:13,500 --> 00:14:18,180
So now here, if you want to display it, I want to display it with using some of the bootstrap.

251
00:14:18,180 --> 00:14:24,030
Like if you go to that bootstrap official side and if you go to that component, they do the component,

252
00:14:24,030 --> 00:14:27,910
they have the alert because see rejected that lot.

253
00:14:28,230 --> 00:14:31,560
So now I to do want to use this type of what a lot you can use it.

254
00:14:31,560 --> 00:14:36,110
So that already met gold is on here and better.

255
00:14:37,050 --> 00:14:38,350
I want to use this one, OK.

256
00:14:38,410 --> 00:14:39,030
This one actually.

257
00:14:39,030 --> 00:14:39,330
Great.

258
00:14:39,340 --> 00:14:41,010
And also they have that pause button.

259
00:14:41,010 --> 00:14:44,190
So I want to copy this court and that is a copy code.

260
00:14:44,670 --> 00:14:47,730
And now I want to do all the visible lead here.

261
00:14:47,860 --> 00:14:52,550
OK, when we successfully done this with display, some of the masses in particular that area.

262
00:14:53,130 --> 00:14:57,070
So it will go to the back page and with some of the success message.

263
00:14:57,540 --> 00:14:59,490
So now go to our index base that.

264
00:14:59,670 --> 00:15:01,080
That will be our best bet, right?

265
00:15:01,410 --> 00:15:06,960
So here, here, that is outcomes and that is our first day.

266
00:15:07,800 --> 00:15:14,230
So after this rule, OK, after this draw, that is our call eight.

267
00:15:14,490 --> 00:15:18,960
So into the lead and there is another one of the call card.

268
00:15:19,680 --> 00:15:25,800
So before this had occurred, before this head here, here, I want to do in the past it so that will

269
00:15:25,800 --> 00:15:29,430
be our this alert alert the visible.

270
00:15:29,670 --> 00:15:32,030
OK, so that will be our alert.

271
00:15:32,370 --> 00:15:34,920
So here I don't want to display this one.

272
00:15:34,950 --> 00:15:35,760
I removed it.

273
00:15:35,760 --> 00:15:39,240
So here I want to display our this message with message.

274
00:15:39,240 --> 00:15:40,160
Actually I pass it.

275
00:15:40,440 --> 00:15:42,890
So here we have to do we have to add this condition.

276
00:15:42,930 --> 00:15:45,360
So first of all, I want to do want to add this condition.

277
00:15:45,360 --> 00:15:50,520
Eve, Eve into the session, OK, into the session.

278
00:15:50,520 --> 00:15:58,170
If the station right there have any success, I'd say I have already added one of the success ID as

279
00:15:58,170 --> 00:15:58,890
a success.

280
00:15:59,070 --> 00:16:00,470
So that will be a success.

281
00:16:00,990 --> 00:16:04,630
So if they have any success message, then it should be displayed.

282
00:16:04,630 --> 00:16:05,220
This message.

283
00:16:05,220 --> 00:16:07,080
And also we have to do we have to end it.

284
00:16:07,650 --> 00:16:10,500
We have to end our this if condition.

285
00:16:10,500 --> 00:16:12,470
That means the and if OK.

286
00:16:12,490 --> 00:16:15,810
And now here I want to do want to display our this message.

287
00:16:16,590 --> 00:16:24,750
So with these success that mean the station within the station area, our display, our success message.

288
00:16:24,840 --> 00:16:27,180
So that will be our success message.

289
00:16:27,810 --> 00:16:28,380
Perfect.

290
00:16:28,380 --> 00:16:34,470
I hope and everything is very much clear to you because of all the success that I have already declared

291
00:16:34,480 --> 00:16:37,420
on the message as a category instead of successfully.

292
00:16:37,620 --> 00:16:37,980
Right.

293
00:16:38,190 --> 00:16:41,080
So now it should be display our this message.

294
00:16:41,550 --> 00:16:42,720
So now let's check this out.

295
00:16:42,720 --> 00:16:47,580
If you click the save all and now refresh it.

296
00:16:48,810 --> 00:16:53,160
Now, I want to do want to add as emancipation clears the add category.

297
00:16:54,120 --> 00:16:55,020
Yes.

298
00:16:55,020 --> 00:17:00,330
You can see it's not showing as a category inserted successfully and also there the cross, but only

299
00:17:00,330 --> 00:17:02,160
if we can get across then it should be removed.

300
00:17:02,260 --> 00:17:07,530
OK, so is our alert is perfectly working and better able to do that.

301
00:17:07,530 --> 00:17:10,440
Is our alert on the class as the alert alert warning.

302
00:17:10,450 --> 00:17:11,940
I want to make it as a success.

303
00:17:13,110 --> 00:17:15,090
So that is one of the classes of success.

304
00:17:15,090 --> 00:17:17,370
You can also use that danger for that.

305
00:17:17,370 --> 00:17:18,570
Electing all the file.

306
00:17:18,570 --> 00:17:21,050
You can use that info warning.

307
00:17:21,090 --> 00:17:23,490
OK, so now that is our success message.

308
00:17:23,500 --> 00:17:32,910
So for the residents here to use that success to save all and now if you refresh it again now, I want

309
00:17:32,910 --> 00:17:33,600
to use that.

310
00:17:33,600 --> 00:17:34,110
Hello.

311
00:17:34,380 --> 00:17:35,940
Click on the ad category.

312
00:17:36,450 --> 00:17:36,930
Yes.

313
00:17:36,930 --> 00:17:37,970
You can see it's not perfect.

314
00:17:37,980 --> 00:17:41,400
It's not showing as a category instead of successful this day.

315
00:17:41,400 --> 00:17:45,930
But one of the messages visible and there is across Boston, if you can get across it to be removed

316
00:17:46,320 --> 00:17:50,820
software and I hope it's very much clear to you how can insert data with using that?

317
00:17:50,820 --> 00:17:55,110
You can go out and look into what I have already discussed both of this.

318
00:17:55,110 --> 00:17:58,020
You can also use this one rather than you can also use this one.

319
00:17:58,350 --> 00:17:59,900
Everything will be just like that.

320
00:18:00,750 --> 00:18:06,750
So, you know, next video I want to do, want to insert the same data with using that in query builder.

321
00:18:06,880 --> 00:18:12,390
OK, then this concept I also want to share with you, then everything will be very clear to you so

322
00:18:12,390 --> 00:18:15,090
we can insert this data with using that query builder.

323
00:18:15,570 --> 00:18:18,740
You know, next video, I will show that things with a live example.

324
00:18:19,170 --> 00:18:20,640
So thanks for watching.

325
00:18:20,640 --> 00:18:22,350
I'll see you in the next video.
