DDMedia is a module for the Yii PHP framework that provides a web user interface to manage files and folders.
Supported tasks so far:
Setup
Download or clone the latest release from the BitBucket git repository.
Extract the module under protected/modules/media and add the following to your application config:
return array( ... 'media'=>array( // Base dir for media browser (app/files): 'baseDir'=>dirname(__FILE__).DIRECTORY_SEPARATOR.'..'.DIRECTORY_SEPARATOR.'..'.DIRECTORY_SEPARATOR.'files', ), ... );
protected/config/main.php
Please note that the module doesn't require you to use a database.
Usage
Add a link somewhere in your main menu like CHtml::link('Media Browser', array('/ddmedia')).
Screenshot

To Do's
Donate
If you like this extension and would like to buy me a coffee, please consider to donate.
Links
Total 1 comment
Thanks , it's perfect and so useful
Leave a comment
Please login to leave your comment.