config.ultimate_seo.php

来自「Zen Cart是真正的电子商务艺术」· PHP 代码 · 共 14 行

PHP
14
字号
<?php
/**
 * autoloader components to instantiate the seo-url class
 */

$autoLoadConfig[0][] = array('autoType'=>'class',
                             'loadFile'=>'seo.url.php');

// must be 120 since 110 is where the language components are established for the session
$autoLoadConfig[120][] = array('autoType'=>'classInstantiate',
                               'className'=>'SEO_URL',
                               'objectName'=>'seo_urls');

?>

⌨️ 快捷键说明

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