On 2 December 2014 07:42:55 GMT+00:00, Farzan Dalaee <farzan.dalaee@xxxxxxxxx> wrote: >Hi all >My open source tree view project on github >Feel free to use it >https://github.com/farzandalaee/FDTreeView > >Best Regards >Farzan Dalaee I wouldn't advise publishing your root password in github code, you should probably change your password, as the one you're using is out there now! Two other things: you're spitting out a lot of inline JavaScript that's being created by your PHP, this should probably go in a js file for neatness. The other thing, the tree algorithm you're using here is very expensive for large or complex trees, resulting in a query being run for every node that has a child. Thanks, Ash -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php