Types of Imperial CMS column classifications
The column classifications of Imperial CMS are mainly divided into the following categories:
1. Single-level columns:
- There is only one level column structure and no subordinate columns, such as the "News" column.
2. Multi-level columns:
- You can create a multi-level column structure, such as "News" under the column "Domestic News", "International News" and other sub-columns.
3. Static column:
- Static page is used by default. The column page is generated by PHP file, such as "/news/index.php" .
4. Dynamic columns:
- Use dynamic pages. The column pages are generated by database query, such as "/news/list.php?classid =1".
5. Directory column:
- is only used to display lower-level columns and does not include articles. For example, the "Website Construction" column has "Website" Design", "Website Development" and other sub-columns.
6. Single-page column:
- Contains only one article, usually used to display important information or introduction, such as the "Company Profile" column .
7. External link column:
- Directly link to external websites, such as the "Friendly Links" column.
8. Model column:
- is associated with the data model and can be used to manage specific types of data, such as "Product" under the "Product" model Mobile Phone Products" column.
9. Channel column:
- Independent of the main column tree, independent channels can be created, such as "Video Channel", "Picture Channel" ".
10. Link column:
- Allows adding external links or internal links in the column, such as the "Related Links" column.
The above is the detailed content of What are the types of imperial cms column classifications?. For more information, please follow other related articles on the PHP Chinese website!