CodeIgniter 4 from Scratch - #11 - Form Validation

  Рет қаралды 26,916

Alex Lancer

Alex Lancer

Күн бұрын

Пікірлер
@ROGERIORIOS70
@ROGERIORIOS70 3 жыл бұрын
Very good, good explained, step by step! Great Tutorial
@bernardoraimundonhampossa2792
@bernardoraimundonhampossa2792 2 жыл бұрын
Obrigado eu acabei quase uma semanda a tentar instar e trabalhar com CodeIgniter, mas quando comecei a assistir seus videos foi tão fácil.
@malachieborohoul4756
@malachieborohoul4756 3 жыл бұрын
Thank you so much sir! Yours tutorials help me alot. From Cameroon.
@opentide-v0v
@opentide-v0v 4 жыл бұрын
Great tutorial! Many people who want to make their own web applications rapidly would be helped by it.
@sergenorin
@sergenorin 4 жыл бұрын
Great tutorials. Advice: edit your "ou" snippet's last tag to and you won't get broken HTML
@Vilgodeo
@Vilgodeo 2 жыл бұрын
Thank you very much for this! Really helpful when switching from CI3 to CI4! hope to see more videos in the future 🤞🏽
@nanohetube
@nanohetube Жыл бұрын
Step by step, Great Tuts!
@someutubchannel69
@someutubchannel69 4 жыл бұрын
Alex, another great tutorial. Thanks!
@AlexLancer
@AlexLancer 4 жыл бұрын
My pleasure, Antonnio.
@Rushikesh624
@Rushikesh624 4 жыл бұрын
Very helpful videos, thanks 🙏🙏👌👌
@giorgiobarone9784
@giorgiobarone9784 4 жыл бұрын
Hi Alex, great tutorial! I appreciate a lot the efforts you put in teaching us! Thank you!
@kuthub1989
@kuthub1989 4 жыл бұрын
You are done a good job.
@AlexLancer
@AlexLancer 4 жыл бұрын
Thanks, Mohamed.
@EmersonCabrera
@EmersonCabrera 4 жыл бұрын
Great! Thanks man, It is just I was looking for. Regards from Colombia.
@AlexLancer
@AlexLancer 4 жыл бұрын
Glad it helped!
@markosmk
@markosmk 4 жыл бұрын
Thank you for the video!! i'm waiting for the libraries video at Codeigniter 4 👍👍
@AlexLancer
@AlexLancer 4 жыл бұрын
Hey, Markos, to say the truth I don't plan to make a video on libraries. And the reason is it is not something specific that can make a video on it's own. As CodeIgniter says Libraries are "Useful classes that don't fit in another category". So if you have a set of methods that you don't know where to include because you don't want them to make a Controller nor Model, then create a Library. For example I've showed an example of a Library usage when I created a RESTapi Authorization server. So i'd suggest you to watch: kzbin.info/www/bejne/q4q7anmCnpZ1j8k at around 16:20 I start creating an Oauth.php library. Or another example of library usage: kzbin.info/www/bejne/b6Ksep2sZpx8nbM at 15:10 Check it out and let me know if that helps.
@markosmk
@markosmk 4 жыл бұрын
@@AlexLancer Thanks! You're right, only it had confused me because in the libraries in codeigniter 3 we had to instantiate CI $this->CI = &get_instance()
@AlexLancer
@AlexLancer 4 жыл бұрын
Glad you figured it out 😉
@sergeygr
@sergeygr 3 жыл бұрын
Hey Alex! What extensions are you using? Can you share them?
@shafiu283
@shafiu283 4 жыл бұрын
Thanks, for the great tutorial
@danielakintola8000
@danielakintola8000 2 ай бұрын
Very helpful tutorial. Thank you. May i known the name of your VSCode theme?
@gregoryheindel366
@gregoryheindel366 2 жыл бұрын
This is wonderful! I am wondering how you are handing the routes. I think I butchered mine along my journey and would love to hear how someone with a better understanding of them manages their routes. - I have to struggle to create a route for pretty much everything.
@AlexLancer
@AlexLancer 2 жыл бұрын
For sure you are missing something. You dont need to change routes unless you REALLY want to. Generally it works perfectly out of the box. Can not give you more specifics without reviewing your project.
@Alekzl1
@Alekzl1 3 жыл бұрын
Buenisimo!!! very good video thanks a lot
@kupkup2D
@kupkup2D 2 жыл бұрын
Hello.. May i ask.. What if we have an array input from Form... How to validate it and send old value into form.. Thankk
@StevenMcGregor
@StevenMcGregor 4 жыл бұрын
Great tutorial. It answered a few questions for me. Would you consider a tutorial on Modules with the idea of creating reusable plugins to an app.
@AlexLancer
@AlexLancer 4 жыл бұрын
Hey, Steven, I have in works a CRUD library now, that will make a CRM-CMS project creation a really easy process, that is somehow what you ask for but I am not sure if this will be a candidate for a youtube tutorial. Because it is quite large and advanced project. Maybe I'll make a simplified version of that. I am not sure if I answered your question. Maybe you can specify more details on what would you like to see on this channel.
@StevenMcGregor
@StevenMcGregor 4 жыл бұрын
@@AlexLancer Thanks. I am looking more for guidance on having a module folder with its own controller, models and views. For example, if you create an invoicing system for clients and later you can offer a reporting module by just uploading it to the module folder and updating the routes. I have seen module tutorials in CI3 but I haven't see any for CI4 and I would be interested in seeing how you do it.
@IngPedroAraujo
@IngPedroAraujo 4 жыл бұрын
Great tutorial!, thanks for sharing your knowledge. I've got a question, Is it deprecated to use " " ?
@Hal-sx1gb
@Hal-sx1gb 3 жыл бұрын
Hi, great tutorial, I have a question, what is the difference between the set_value () and old () functions? Thx
@pgallegoscelis
@pgallegoscelis 4 жыл бұрын
I've been trying to validate a dropdownlist that comes with the names of the database users. the problem is that when I add it to the rules array and when executing it it doesn't work for me
@devsami
@devsami 4 жыл бұрын
thanks for making tutorial on CIv4. It wouldn't have been easy to understand since their is a drastic change from the previous version.. Although, we could easily autoload any helper or library in the CIv3. But I don't seem to understand the Autoload Config Class. So is their a way to autoload helper, library and services in the latest version?
@AlexLancer
@AlexLancer 4 жыл бұрын
Yes you can. by using BaseController. you can preload everything there. Of course YourController must extend BaseController in order for this to work
@devsami
@devsami 4 жыл бұрын
@@AlexLancer the $db instance doesn't work from BaseController..
@rudiejellema7629
@rudiejellema7629 4 жыл бұрын
hello :) why do you pass the parameter by reference and not value in your date_check function?
@nandopookey9195
@nandopookey9195 3 жыл бұрын
Thank you sir
@desabeatx9506
@desabeatx9506 3 жыл бұрын
Hey Alex thanks for the nice video! :) However I have the following question: Is it possible to create a dependent validation rule? So for example I want the field "field 1" to be required if "field 2" contains the String "Test". Do you have an idea how to solve this? :)
@RevolutioinistToTheCore
@RevolutioinistToTheCore 4 жыл бұрын
Thank you Alex for posting this Great tutorial, why use '&' in &$error, why not just $error ?
@anuragk098
@anuragk098 Жыл бұрын
Hey thank you for your tutorials but the problem is that your tutorials are very old, and they have changed a lot in CI 4.3.3 (Latest Release), they have disabled Auto Routing, now we need to route everything. and nothing works without proper routing. can you please help me with latest version form validation? with routing?
@nurulraws4490
@nurulraws4490 4 жыл бұрын
hello, sir. i try use method old input data but not working. can you help me about this?
@ahmedsunil3235
@ahmedsunil3235 4 жыл бұрын
What extension is that? with Routes, Vars, Views, Files
@rekden7
@rekden7 4 жыл бұрын
What about the dynamic table add row ? Can it validate?
@AlexLancer
@AlexLancer 4 жыл бұрын
I am not completely sure what you mean. Can you describe in more details?
@rafaelsilva4303
@rafaelsilva4303 4 жыл бұрын
como faz para o error aparecer abaixo de cada input ? Brazil
@brkseries
@brkseries 4 жыл бұрын
Please first complete this series of codeignator 4 tutorial from scratch then make an project with it 🧡💜🖤
@AlexLancer
@AlexLancer 4 жыл бұрын
Hey, BRK, I will do some project soon.
@raghu.acharya
@raghu.acharya 2 жыл бұрын
How to autoload form library in CodeIgniter 4?
@Vilgodeo
@Vilgodeo 2 жыл бұрын
I guess it's a little late, but just in case it helps someone else. You can autoload it in the BaseController. just add 'form' to the $helpers array.
@mr.ic4l
@mr.ic4l 4 жыл бұрын
great tutorial...... thanks for it! how u auto insert data into the form? is dat chrome extension? what is the name?
@AlexLancer
@AlexLancer 4 жыл бұрын
It is a Form Filler Chrome Extension
CodeIgniter 4 from Scratch - #12 - File Validation & File Upload
30:14
CodeIgniter 4 and PHP MVC basics: controllers, views and layouts
24:50
Dave Hollingworth
Рет қаралды 41 М.
99.9% IMPOSSIBLE
00:24
STORROR
Рет қаралды 31 МЛН
Enceinte et en Bazard: Les Chroniques du Nettoyage ! 🚽✨
00:21
Two More French
Рет қаралды 42 МЛН
1% vs 100% #beatbox #tiktok
01:10
BeatboxJCOP
Рет қаралды 67 МЛН
#26 Form Validations in CodeIgniter 4
34:36
GoPHP
Рет қаралды 11 М.
CodeIgniter 4 from Scratch - #10 - Query Builder
48:04
Alex Lancer
Рет қаралды 30 М.
CodeIgniter 4 from Scratch - #9 - Models
50:36
Alex Lancer
Рет қаралды 36 М.
CodeIgniter 4 Real Time Chat App using WebSockets
1:17:20
Alex Lancer
Рет қаралды 46 М.
Curso CodeIgniter 4 | Validaciones personalizadas
17:26
Códigos de Programación - MR
Рет қаралды 2,1 М.
99.9% IMPOSSIBLE
00:24
STORROR
Рет қаралды 31 МЛН