I’m looking for a good framework for PHP and see most offer the MVC approach, are there any other (or better) design methods/approaches that would be considered more efficient or best practice? MVC is starting to look dated but I wanted to know if it’s still considered the industry standard.
Share
MVC is still the industry standard for every Object Oriented web development language.
However you are afforded some alternate routes:
However beyond those routes you are a bit out of luck as far as I know.
Thanks Xeoncross, forgot to add the “micro usually are still mvc” caveat