Thanks Christopher
That was something along the lines what I was thinking but you expressed it much better.
This view seems hard to find.
Search found 5 matches
- Sat Jul 13, 2013 6:48 am
- Forum: PHP - Theory and Design
- Topic: Why not learn OOP before Procedural?
- Replies: 9
- Views: 13990
- Thu Jul 11, 2013 1:14 pm
- Forum: PHP - Theory and Design
- Topic: Why not learn OOP before Procedural?
- Replies: 9
- Views: 13990
Re: Why not learn OOP before Procedural?
Still doesn't really answer my question Is it not possible to learn the solid foundations while using classes and objects? For example if i call a function inside of a class assigned through a made object rather than just a function on it's own(procedural style). Would it not be better to start lear...
- Thu Jul 11, 2013 11:53 am
- Forum: PHP - Theory and Design
- Topic: Why not learn OOP before Procedural?
- Replies: 9
- Views: 13990
Why not learn OOP before Procedural?
Hi I am learning php and see that most beginner tutorials and books start with procedural programming. After looking at OOP I am thinking why not just delve into OOB before messing around with procedural programming if OOP will be the eventual goal? Would it not be better to just go straight into Ob...
- Wed Jul 10, 2013 3:46 pm
- Forum: Databases
- Topic: database structure for drop down options in form
- Replies: 2
- Views: 3941
Re: database structure for drop down options in form
Yeah I think I will go that way
Thanks for the help
Thanks for the help
- Wed Jul 10, 2013 6:43 am
- Forum: Databases
- Topic: database structure for drop down options in form
- Replies: 2
- Views: 3941
database structure for drop down options in form
Hi I want to build a form with drop down lists of car makes and models The first option will be make of car and the second will be the model of the car. I will pull the information in from a database to fill in the second option dependent on the make of car. Does anyone know the best structure of ta...