Target CMS (TCMS) is an HTML page building system for PHP programmers, and also a content management system for editors. It's very well suited for sites that have many different types of page each requiring different themes and templates.
In TCMS all files are 100% object-oriented PHP. No messy HTML tags and no cumbersome meta-file syntax to learn. You use your programming skills to describe the block structure of each page with a set of simple PHP class objects, each one encapsulating all the characteristics of an HTML tag such as DIV, P, H2 or IMG. These PHP scripts are more readable than HTML, often more concise and much less prone to errors.