Archive for the ‘technical architecture’ tag
Mind numbing discussion on how to skin a page.
by Franz
Templates.
Page Types.
Skins.
Themes.
Models? Patterns? ARRRRG!
In previous versions of Concrete we’ve kept the technical architecture for how pages are presented pretty simple. Every page is a single type. Each type has a PHP file that handles presentation, and a record in the CMS that defines default/shared blocks you want to always show up. When we build sites ourselves, this typically works pretty well for us.