Is CMS fully built with OOP?

I think you've heard about popular CMS systems like Drupal and Wordpress. Although they are great and useful for many projects, I wonder if they are similar CMS systems, fully built with new and improved OOP features. I would like to check them out. If you know any questions, please let me know, but please do not mention the PHP frameworks ...

+5
source share
1 answer

I used Modx Cms ( http://modx.com , the code is in github https://github.com/modxcms/revolution ). It is fully object-oriented, provides great flexibility for HTML and Javascript code, has a built-in template engine; The admin panel is written in ExtJS and is also customizable.

0
source

All Articles