Closed gwillz closed 2 years ago
Pretty much just a bit of shuffling about some abstract/concrete classes and then a bunch of find-replaces everywhere.
I'm hoping that new PhpView() is clearer than new View(). Then BaseView::create() will finally make a little more sense.
new PhpView()
new View()
BaseView::create()
Pretty much just a bit of shuffling about some abstract/concrete classes and then a bunch of find-replaces everywhere.
I'm hoping that
new PhpView()
is clearer thannew View()
. ThenBaseView::create()
will finally make a little more sense.