phpcouch-cms

Manage files and directories in browser


I'm using a PHP based CMS called Couch (CouchCMS).

The interface is pretty simple. It's easy to edit page content and that's basically it.

I'm now trying to add functionality. I want to add a tab called "files". This tab when activated is going to display all my files. For example it will show me my "images" folder and all the other files located in my website's folder.

Is it possible to somehow with PHP show all my directories on my web page and from there add and remove them?


Solution

  • Try using this function: http://php.net/manual/en/function.readdir.php

    But I think you can use jQuery + PHP libraries that do this for you: https://www.sitepoint.com/10-jquery-file-manager-plugins/