$topicConf[‘TopicName_stdWrap.’][‘crop’] = ’20 | … | 1′;
$this->cObj->stdWrap($stringText,$topicConf[‘TopicName_stdWrap.’]);
Archive for 五月, 2010
stdWrap字符串截取
PHP删除文件夹三法
1、递归法
deleteDir($dir)
{
if (rmdir($dir)==false && is_dir($dir)) { (continue reading…)
RTE-FF下ctrl+a后对齐按钮失效解决方法
批处理运行网页
@echo off
“%programfiles%\Internet Explorer\IEXPLORE.EXE ” http://www.baidu.com
exit
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>
效果图如下:

