beaten-sect0r/yii-elfinder Open-source file manager for web, written in JavaScript using jQuery and jQuery UI

yii-elfinder

Файловый менеджер для yii

/**
 * Автор: Beaten_Sect0r
 * http://fault.ws
 */

Yii обёртка для https://github.com/Studio-42/elFinder

Установка

Скачать и распаковать в extensions.

Добавить в контроллер:

public function actions()
{
    return array(
        'elfinder' => 'ext.yii-elfinder.elFinderConnectorAction',
    );
}

Добавить в view, поправить путь до action:

$this->widget('ext.yii-elfinder.elFinder', array('url' => Yii::app()->request->hostInfo . '/site/elfinder/'));

Если используется CSRF token - нужно добавить action в исключения http://www.yiiframework.com/forum/index.php/topic/14173-disable-csrf-token-validation-for-certain-paths

Если будет конфликт с twitter bootstrap то в view нужно добавить:

Yii::app()->clientScript->registerScript('btFix','$(document).ready(function () {var bootstrapButton = $.fn.button.noConflict(); $.fn.bootstrapBtn = bootstrapButton;});');

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

No stable releases.

Comments



No stable releases.



BSD-3-Clause license
Stats
0 github stars & 0 github forks
0 downloads in the last day
1 downloads in the last 30 days
26 total downloads