I want to get information from experienced PHP developers on how to structure the code.
I feel like my apps are getting dirty and disorganized soon.
Do I need to start coding in OO? Should I use MVC? How about the design? What other options are there? How can I better organize and structure the application code (outside the correct indentation and name)?
Links to resources are welcome :)
Should I decide to start coding with MVC? Should I use any frameworks or just save everything? What is your suggestion.
source
share