3

What is everyones opinions on declaring class constructors as 'final'?
Could use some feedback experience, pros/cons?

I'm building a hobby MVC-like framework inspired by OpenCart, where the default controller method is "index" rather then "__construct"

Keep in mind i'm only writing code towards the latest supported PHP versions, so PHP4 style constructors are not of concern.

Comments
Add Comment