Home > Backend Development > PHP Tutorial > Implementation code for PHP loop to delete infinite category sub-nodes_PHP tutorial

Implementation code for PHP loop to delete infinite category sub-nodes_PHP tutorial

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-07-21 15:05:18
Original
1289 people have browsed it

Copy code The code is as follows:

private function _deleteSubNode($ids){

$subNodes = array();
$mod = D('Node');
foreach (explode ( ',', $ids ) as $k){
$res = $this ->_getSubNode($k,$subNodes[$k],$mod); //Get sub-nodes
                                                                                                                                                                      => $nid){
                                                                                                                                                }
                                        return ', $ ID);
$ RET = $ Mod- & GT; where ($ Condition)-& gt; Getfield (' ID ');
if (! Empty ($ RET [0])) {
foreach ($ret as $k => $node){
$arr[] = $node['id'];
$this->_getSubNode($node['id'], $arr, $mod);
                                                                                                                                                                           
?>






http://www.bkjia.com/PHPjc/327713.html

www.bkjia.com

true

http: //www.bkjia.com/PHPjc/327713.html

TechArticleCopy the code as follows: ?php private function _deleteSubNode($ids){ $subNodes = array(); $mod = D('Node'); foreach (explode ( ',', $ids ) as $k){ $res = $this-_getSubNode($k,$su...

Statement of this Website
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
Latest Issues
php data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template