phpSensei Posted August 30, 2007 Share Posted August 30, 2007 Two Minutes ago, I started learning tutorials on OOP, and I don't understand something... -How you do you validate a form with OOP -How do you get the form variables? Quote Link to comment https://forums.phpfreaks.com/topic/67280-just-started/ Share on other sites More sharing options...
trq Posted August 30, 2007 Share Posted August 30, 2007 -How you do you validate a form with OOP Maybe you should try reading for longer than two minutes. Learning to use an OOP aprouch will take some time. -How do you get the form variables? Exactly as you normally do. Quote Link to comment https://forums.phpfreaks.com/topic/67280-just-started/#findComment-337539 Share on other sites More sharing options...
phpSensei Posted August 30, 2007 Author Share Posted August 30, 2007 will it affect me in the future? I mean, in my programming methods... I use functions, and not classes. Quote Link to comment https://forums.phpfreaks.com/topic/67280-just-started/#findComment-337542 Share on other sites More sharing options...
trq Posted August 30, 2007 Share Posted August 30, 2007 All Id'e really say is you need to learn to walk before you can run. For alot of people procedural code is all they'll ever need. For the rest, its almost a natural progression to do more with OOP. Either way, you really can't do anything in OOP unless you are comfortable with procedural logic. Quote Link to comment https://forums.phpfreaks.com/topic/67280-just-started/#findComment-337543 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.