View file modules/index_page/helpers/_installer.php

File size: 638B
<?php
/**
 * Ant0ha's project
 *
 * @package
 * @author Anton Pisarenko <[email protected]>
 * @copyright Copyright (c) 2006 - 2010, Anton Pisarenko
 * @license http://ant0ha.ru/license.txt
 * @link http://ant0ha.ru
 */

defined('IN_SYSTEM') or die('<b>403<br />Запрет доступа!</b>');

//---------------------------------------------

/**
 * Хелпер установки модуля
 */
class _installer {
	/**
	* Установка модуля
	*/
	public static function install(&$db) {
	}

	/**
	* Деинсталляция модуля
	*/
	public static function uninstall(&$db) {
	}
}
?>