
Originally Posted by
unit984
I've been programming for a few months and took a class in OO oriented programming. Lately I've been trying to build a web calendar. It seems that it would be very easy to just do most of the work in MySQL and pretty much ignore programming OO in like PHP or Python. All I'd have to do is quickly create a table to hold events, and then if I want a page to show just today's events due a date comparison SQL query. If I wanted to edit an event, just change it directly with SQL etc. This seems to make it a waste of time to create my own OO program using classes and objects and what not.
Am I being a little naive? Would it be better to create my own OO program than to just piggy back on MySQL and its capabilities? Would my way of doing it still scale for thousands of users? Thank you!
Bookmarks