Файл: mc-master/modules/index_page/helpers/_installer.php
Строк: 17
<?php
/**
* MobileCMS
*
* Open source content management system for mobile sites
*
* @author MobileCMS Team <support@mobilecms.pro>
* @copyright Copyright (c) 2011-2019, MobileCMS Team
* @link https://mobilecms.pro Official site
* @license MIT license
*/
//---------------------------------------------
/**
* Хелпер установки модуля
*/
class _installer
{
/**
* Установка модуля
*/
public static function install($db)
{
}
/**
* Деинсталляция модуля
*/
public static function uninstall($db)
{
}
}
?>