Hongmu Notes
Home Program Notes PbootCms

PbootCms

PbootCMS is a brand-new core and permanently open source and free PHP enterprise website development and construction management system. It is a set of efficient, simple and powerful PHP CMS source code that can be used for free and commercially, which can meet the needs of various enterprise website development and construction. The system uses template tags that are as simple as making you cry. As long as you understand HTML, you can quickly develop a corporate website. The official provides a large number of website templates for free download and use, and is committed to providing the best website development and construction solutions for developers and enterprises.

What are the call tags of pbootcms content page?

What are the call tags of pbootcms content page? Program Notes PbootCms

Content Detail Page Tag – Scope of Use: To be used on content detail pages, including both single-page and list-based detail pages. – Function: Outputs relevant information about the current content: {content:id} – Content ID; {content:scode} – Category Code; {content:subscode} – Subcategory Code; {content:sortname} – Category Name; {content:su... – Subcategory Name.
👁 267
pbootcms list page call

pbootcms list page call Program Notes PbootCms

1. The current section content list `{pboot:list} <a href= "[list:link]">[list:title]</a> </a> {/pboot:list}` should only be used on list pages and supports pagination; it can only be used once per page. Otherwise: older versions may experience pagination conflicts, while newer versions may display identical content....
👁 340
pbootcms paging call

pbootcms paging call Program Notes PbootCms

Here's an example!<br/>--Pagination--<br/>{pboot: if ({page:rows}> 0)}<br/><nav aria-label= "Page navigation" class= "my-4"><div class= "pagin...">
👁 268
Addition of message function to pbootcms website

Addition of message function to pbootcms website Program Notes PbootCms

Scope of application of message board tags: can be used anywhere on the entire site Tag function: used for users to submit messages and retrieve message records 1. Message submission form<form action="{pboot:msgaction}" method="post"> Contact person:<input type="tex…
👁 174
pbootcms introduces public file code

pbootcms introduces public file code Program Notes PbootCms

1. Template file nested reference {include file=***.html} Instructions for use: It can be used nested, such as: index.html nests a head.html, and nested comm.html in head.html supports the use of subdirectories, such as: {include file=comm/*.html} 2. Time formatting tag style=*, such as: within...
👁 235
Example of front-end requesting data from back-end through ajax

Example of front-end requesting data from back-end through ajax Program Notes PbootCms

HTML code<form method="post"> <input type="text" name="word" id="shouji_haoma_num" value="" cl…
👁 186
PbootCms column highlighting code and detailed explanation of column calling

PbootCms column highlighting code and detailed explanation of column calling Program Notes PbootCms

Current column menu highlighted chestnut: <ul> <li class="{pboot:if(0=='{sort:scode}')}active{/pboot:if}"><a href="/">Website homepage</a></li>…
👁 128
Pbootcms slide code

Pbootcms slide code Program Notes PbootCms

Slide call example: {pboot:slide num=3 gid=1} <a href="[slide:link]" target="_blank"><img src="[slide:src]" alt="[slid…
👁 179
Code production of Pbootcms search function

Code production of Pbootcms search function Program Notes PbootCms

1. Single condition search: <form action="{pboot:scaction}" method="get"> <input type="text" name="keyword" ><!--Search…
👁 459
1 2 3