rlerdorf / opcache-status

A one-page opcache status page
1.56k stars 377 forks source link

Refactor to separate data model from presentation/view code #13

Closed ck99 closed 10 years ago

ck99 commented 10 years ago

Hey,

I did some refactoring work to separate the mixed domain logic and presentation information. I didnt go too far, in that now, there are some methods in the OpCacheDataModel which contain some HTML. These could be further refactored, but, I thought it best to get a pull request in at this stage to avoid getting too far behind master for such a significant rework of the code structure.

ck