Well done! Thank you for the tutorial! Do you have any recommendation about how to manage a large project with thousand of functions? How do you manage namespaces and autoload?
@missgoogle_07 Жыл бұрын
Glad you like it 😊❤️ Will make a in-depth video about that🤝
@burattinodilegno Жыл бұрын
@@missgoogle_07 that would be amazing! Thank you!
@spoofghost Жыл бұрын
Thanks for this series!
@missgoogle_07 Жыл бұрын
Glad you like it...! Keep supporting us😊❤️
@verawat5 ай бұрын
Thank you for your PHP Advanced Concepts
@missgoogle_075 ай бұрын
Happy to help 😊
@MeinDeutschkurs6 ай бұрын
Fantastic! Thank you so much for this course!
@missgoogle_076 ай бұрын
Glad you like it! 😊♥️
@damianburgio7216 Жыл бұрын
Muchas gracias. ¡Somos campeones del mundo papaaaaa!
@missgoogle_07 Жыл бұрын
Si amigo 🤩❤️ (Yeah buddy🤩❤️)
@GuRuGeorge03 Жыл бұрын
very interesting, when i started programming i basically did this without knowing it, but from time to time i would introduce variables that track state and thats when bugs startet happening.
@missgoogle_07 Жыл бұрын
😊
@ShaxyAI Жыл бұрын
Thank you for the tutorial. Love your energy !
@missgoogle_07 Жыл бұрын
Glad you like it😊❤️
@JMiskovsky9 ай бұрын
Now I know that it can be done. Cool.
@missgoogle_077 ай бұрын
😊♥️
@scott-richardson4 ай бұрын
With the double, triple and quadruple function creator example.. why not just have a single function called multiplier($val, $multiplier). Takes the value and we can also pass what we want to multiply it by?
@truthteachers Жыл бұрын
At timestamp 23:00, the heading of the slide shows Object Oriented but the code is function. Is there any error?