Hacker News new | ask | show | jobs
by V__ 931 days ago
I can't remember the last project where I haven't used Craft CMS. Twig templating, no opinion on the data structure and easy to extend.
1 comments

My thought as well. Craft is (inexpensively) commercial but it essentially starts where you’re fighting to get with Drupal for medium-sized projects. And authors like it.

As a CMS with web framework features, it’s also built on top of a model/controller-based framework, using Yii instead of Symfony. Craft has thinned their abstractions over time to more directly match Yii’s methods.