Page 1 of 1
Get Folder and SubFolders hierachy using PHP client
PostPosted:Wed Apr 16, 2014 6:12 am
by diegom
I am using OpenKM community 6.2 to store and retrieve images using php, json and extJS. I would like to get Folders and subfolders from the GetFolder webservice so that i can create a json to add to my extJS tree panel. May you please help in any way with a possible php method to get folders and subfolders.
Re: Get Folder and SubFolders hierachy using PHP client
PostPosted:Thu Apr 17, 2014 9:09 am
by jllort
Re: Get Folder and SubFolders hierachy using PHP client
PostPosted:Thu Apr 17, 2014 9:16 am
by diegom
That method gets children in the folder not subfolders in a folder. I want a PHP method to get subfolders in a folder recursively. I hope iam clear
Re: Get Folder and SubFolders hierachy using PHP client
PostPosted:Fri Apr 18, 2014 8:35 am
by jllort
You must implement the recursion based on getChildren method. Has not sense in API side the kind of method you propose.