I need to create a basic dynamic website for my little law firm of my wife (blog posts with comments, some static information, a contact gateway, access to the existing archive of html articles), and I would like to use a small CMS size for this. All that I did before - the enterprise client management application (scheduling, task management and billing) and the existing static website - was manually encoded, originally in ASP, but I moved everything to PHP a few years ago. Therefore, I am very good at procedural PHP (and mysql, of course), but I have a lot of difficulties related to the OO syntax. Since I am not a full-time developer and do not need anything or the desire to really do OO, I would like to avoid this problem by finding a CMS,written in procedural PHP or having a library of plugins in procedural PHP. I think Drupal is one answer, but I would prefer something a bit lighter.
source
share