⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 extensions.config.php

📁 ajax修炼之道源代码。很难下到的。现在奉献给大家。
💻 PHP
字号:
<?php/** * XOAD Extensions Configuration file. * * This file contains the list of the installed * extensions. * * @author	Stanimir Angeloff * * @package	XOAD * * @version	0.6.0.0 * */$xoadExtensions = array();// $xoadExtensions[] = 'html';// $xoadExtensions[] = 'cache';// $xoadExtensions[] = 'controls';if ( ! defined('XOAD_CACHE_STORAGE_DSN')) {	/**	 * Defines the data source name and parameters to use	 * when cache data is saved.	 *	 * <p>DSN Examples:</p>	 * <code>	 * Files://c:\Cache	 * MySQL://server=?;user=?;password=?;database=?;[port=?]	 * </code>	 *	 */	define('XOAD_CACHE_STORAGE_DSN', 'Files');}if ( ! defined('XOAD_CACHE_LIFETIME')) {	/**	 * Defines the default lifetime for the cache data.	 *	 * <p>The default value is 30 minutes. Keep in mind	 * that you should use lower values for frequently	 * updated data.</p>	 */	define('XOAD_CACHE_LIFETIME', 60 * 30);}?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -