Click here to Skip to main content
15,894,291 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I am working on project using PHP, MySQL and Apache technologies. I designed a database using use cases and data model.

My question is:
Is it good idea to program a web application with OOP concepts?

I think it is not obligatory to program with OOP concepts because all I need is create a query (SQL) that allows read data.

In your place, what would you do? Programming a web application with OOP concepts or without?

Best Regards,
Peter
Posted

1 solution

From your question I can understand that you are not expert with OOP, that is why you are hesitating about OOP, though deciding about using OOP or not using it depends on scenarios but from my experience I always recommend using OOP, at the beginning you might face little difficulties in syntax, but once you got familiar with it then you will enjoy coding. specially OOP is recommended in large projects or future extending projects.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900