Hongmu Notes
Home Program Notes Apple cms

Apple cms

Apple CMS program is a complete and powerful rapid website building system running in PHP+MYSQL environment. The management backend has a generous interface, simple operation, complete functions, numerous modules, and dual-end management. As long as you know how to use a computer or a mobile phone, you can use it. It supports any operating system (Windows, Mac, Linux) and can be quickly installed and deployed in the PHP+MYSQL environment.

Apple cms video list paging production

Apple cms video list paging production Program Notes Apple cms

{if condition="$__PAGING__.record_total gt 0"} A total of {$__PAGING__.record_total} pieces of data, the current {$__PAGING__.page_current}/{$__PAGING__.page_total} page {maccms…
👁 250
Apple cms advanced search page

Apple cms advanced search page Program Notes Apple cms

<div class="ui-cnt"> <div class="filter-list fn-clear"> <h5>Type:</h5> <ul> <li><a {if condit…
👁 515
Apple cms common parameters

Apple cms common parameters Program Notes Apple cms

Global label tip Global label is a global variable that can be called on all pages. The Apple cmsV10 global array is $maccms. It can also be obtained by using the PHP global variable $GLOBALS. Common configurations are assigned to $GLOBALS['config']. Common website parameters {$maccms.site_name}Website name {$maccms.site_url…
👁 190
Apple cms different system pages to set different TDK

Apple cms different system pages to set different TDK Program Notes Apple cms

{$maccms.aid}The current system page id sets different TDK (title, keywords, description) according to the current system page of Apple cms {if$maccms.aid==1} <title>{$maccms.site_name}</title> <meta nam…
👁 326
Apple cms calls the navigation bar label and navigation highlight

Apple cms calls the navigation bar label and navigation highlight Program Notes Apple cms

Tag definition: {maccms:type order="asc" by="sort" ids="all"} {$key} Serial number {$vo.type_id} Number {$vo.type_name} Name {$vo.type_en} Pinyin {$vo.type_pid} Parent category number {$vo.type_sort}…
👁 448
apple cms search form

apple cms search form Program Notes Apple cms

<form id="search" name="search" method="get" action="{:mac_url('vod/search')}" onSubmit="return qrsear…
👁 276
Apple cms calls the most searched keywords

Apple cms calls the most searched keywords Program Notes Apple cms

{maccms:foreach name=":explode(',',$maccms.search_hot)" id="vo2" key="key2"} <a href="{:mac_url('vod/search',['w…
👁 311
Apple cms commonly used processing functions

Apple cms commonly used processing functions Program Notes Apple cms

Multiple functions are allowed, separated by | {:mac_data_count(0,'all','vod')} Get the total number of videos {:mac_data_count(0,'today','vod')} Get the total number of updated videos today {:mac_data_count(0,'all','art')} Get the total number of articles {:ma…
👁 260
Apple cms calls the latest movies

Apple cms calls the latest movies Program Notes Apple cms

{maccms:vod num="12" type="1" order="desc" by="time"} <li><a href="{:mac_url_vod_detail($vo)}&qu…
👁 288
1 2 3 4