AbdAllah Khashaba

Results 4 issues of 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 : ![untitled](https://f.cloud.github.com/assets/400698/1514441/3a4fafc2-4af2-11e3-9344-cd3b576da737.png) 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 ?