Archive for 五月, 2010

stdWrap字符串截取

$topicConf[‘TopicName_stdWrap.’][‘crop’] = ’20 | … | 1′;
$this->cObj->stdWrap($stringText,$topicConf[‘TopicName_stdWrap.’]);


分类树-TCA-FLEXFORM

TCA:

tca.php

‘config’ => array (
‘type’ => ‘select’, (continue reading…)


PHP删除文件夹三法

1、递归法

deleteDir($dir)
{
if (rmdir($dir)==false && is_dir($dir)) { (continue reading…)


RTE-FF下ctrl+a后对齐按钮失效解决方法

rtehtmlarea的BUG。

下载以下补丁修改即可。

最后要清除temp下rtehtmlarea的js缓存。

rtehtmlarea_bugfix_14333_trunk.patch.rar下载

rtehtmlarea_bugfix_14333_typo3_4-3.patch.rar下载

1 Comment more...

批处理运行网页

@echo off
“%programfiles%\Internet Explorer\IEXPLORE.EXE ” http://www.baidu.com
exit


Apache取消空主机头

httpd.conf 里加:

NameVirtualHost *    //必须 (continue reading…)


网站HTTP密码保护

首先创建htaccess

方法很多

windows下: (continue reading…)


TCA-renderMode

“config” => Array (
“type” => “select”, (continue reading…)


TCA-suggest配置

“config” => Array (
“type” => “group”,
“internal_type” => “db”,
“allowed” => “pages”,
“size” => 5,
“minitems” => 0,
“maxitems” => 100,
“wizards” => array (
“suggest” => array (
“type” => “suggest”,
),
),
),

flexform:

<wizards type=”array”>
<suggest type=”array”>
<type>suggest</type>
</suggest>
</wizards>

效果图如下:



Copyright © 1996-2010 Add Lives. All rights reserved.
iDream theme by Templates Next | Powered by WordPress