I use custom post types in a project as described in this recipe.
I am wondering if it is possible to use separate controllers for each post type and if the same syntax would apply to their naming, e.g. for a post type
templates/article.video.php
the corresponding controller would be named
controllers/article.video.php
If not, any other recommendation how to implement different controllers for different post types?