Home  >  Article  >  CMS Tutorial  >  What is phpcms siteid?

What is phpcms siteid?

藏色散人
藏色散人Original
2020-01-07 10:52:515139browse

What is phpcms siteid?

What is phpcms siteid?

Introduction to various ids of phpcms:

siteid——site id

{ get_siteid() }

What is phpcms siteid?

{siteurl($siteid)}

siteurl It refers to the site URL

($siteid) that determines which site URL the siteurl returns

typeid - model id

{$typeid}

What is phpcms siteid?

listorder——List sorting

{pc:content action=“category” catid=“0” num=“25” siteid="$siteid" order=“listorder ASC”}
<ul class=“nav-site”>
<li><a href="{siteurl($siteid)}"><span>首页</span></a></li>
{loop $data $r}
<li class=“line”>|</li>
<li><a href="{$r[url]}"><span>{$r[catname]}</span></a></li>
{/loop}
</ul>
{/pc}

catid——Calling column ID

What is phpcms siteid?

phpcms introduction:

PHPCMS is a website management software. The software adopts modular development and supports multiple classification methods. It can be used to facilitate the design, development and maintenance of personalized websites. It supports many program combinations, can easily realize website platform migration, and can widely meet the needs of websites of various sizes. It has high reliability. It is a software with articles, downloads, pictures, classified information, movies, shopping malls, collection, finance, etc. Excellent website management software that is powerful, easy to use, and scalable with many functions.

PHPCMS was founded in 2005 by Zhong Shenghui (screen name: Dandanfeng), a well-known domestic entrepreneur born in the 1980s. It is a well-known website building tool for webmasters in China. In 2009, PHPCMS founder Zhong Shenghui left PHPCMS and founded CmsTop, a domestic CMS product targeting the media field.

PHP Chinese website, a large number of free PHPCMS tutorials, welcome to learn online!

The above is the detailed content of What is phpcms siteid?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn