Destoon implements the method of calling the current column classification and sub-classification and class three classification,
Calling the current column classification and sub-classification and three-level classification is a common method in the program design, this article will describe in detail the method of Destoon implementation call the current column classification and sub-classification and class three classification. Here's how:
The following invocation statements are provided in Destoon:
First Class classification Name:
Level Two classification name:
Level Three classification name:
The specific invocation examples are as follows:
First, call the category name and link directly:
{Loop $maincat $i $m}
{php $child = get_maincat ($maincat, $CATEGORY, 1);}
-
{$m [catname]}
{php $childs = get_maincat ($m [catid], $CATEGORY, 1);} {Loop $childs $i $c}
-
{$c [catname]}
{/loop}
{/loop}
Second, call the classification name and its latest article:
{Loop $maincat $i $m} {php $child = get_maincat ($maincat, $CATEGORY, 1);} {$m [catname]}
{php $a = get_maincat ($m [catid], $CATEGORY, 1);} {loop $a $g} {php $f = get_maincat ($g [catid], $CATEGORY, 1);} {Loop $f $i $b} {$b [catname]} {/loop} {/loop} [More] {php $childs = get_maincat ($m [catid], $CATEGORY, 1);} {Loop $childs $i $c}
- ---more {$c [catname]}
{Loop $tags $t}
- {$t [title]}
{/loop}
{/loop} {/loop}
It is hoped that the method described in this article will be helpful to destoon development.
http://www.bkjia.com/PHPjc/867236.html www.bkjia.com true http://www.bkjia.com/PHPjc/867236.html techarticle Destoon Implementation calls the current column classification and sub-classification and three-level classification method, call the current column classification and sub-classification and classification of three is a common method of programming, this article to detail ...