AbdAllah Khashaba
AbdAllah Khashaba
The while loop is looping forever ``` public function getSubTreeAsHTML($nodes, $fields = array()) { if(isset($nodes[0]) && !is_array($nodes[0])) { $nodes = array($nodes); } $retVal = ''; foreach($nodes AS $node) { $tree_handle...
In the attached file how can i move Plastics and Electronics :  for moving any other sub nodes i do this : ``` $cat = $this->nested_set->getNodeFromId($cat_id); if($cat["cat_parent_id"]){ $parent =...
codeigniter 3.1.13 Not Declaring CSRF Cookies It is randomly working on some platforms and not working in others , for me it is working in Windows but not in MAC...
I/flutter ( 7268): onPlay() is Fired Twice, Can You tell the reason for that please ?