<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>硬汉工作室 - PHPCMS技术</title>
    <link>https://nciaer.com/forum-36-1.html</link>
    <description>Latest 20 threads of PHPCMS技术</description>
    <copyright>Copyright(C) 硬汉工作室</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Tue, 07 Apr 2026 22:16:27 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://nciaer.com/static/image/common/logo_88_31.gif</url>
      <title>硬汉工作室</title>
      <link>https://nciaer.com/</link>
    </image>
    <item>
      <title>phpcms上传改为h5上传</title>
      <link>https://nciaer.com/thread-2350-1-1.html</link>
      <description><![CDATA[公司后台一直用的phpcms，默认phpcms用的flash上传，但是chrome彻底禁止了，于是换360浏览器，但是360浏览器现在也不行了，老是奔溃，于是，改吧。

当然，直接百度了个方案，见附件。

解压后有2个文件夹，statics和phpcms都复制到网站根目录，其实就是在statics/js里 ...]]></description>
      <category>PHPCMS技术</category>
      <author>nciaer</author>
      <pubDate>Fri, 07 Feb 2025 05:47:56 +0000</pubDate>
    </item>
    <item>
      <title>phpcms里会员模型万能字段不支持函数的解决方法</title>
      <link>https://nciaer.com/thread-1612-1-1.html</link>
      <description><![CDATA[最近在用phpcms做一个项目，需要用到会员模型里的万能字段，之前在内容模型里用过万能字段是支持函数调用的，类似于{FUNC(fetch_category~~{FIELD_VALUE})}，然后在函数库里定义fetch_category(param)函数就可以调用了。但是这次在会员模型里竟然不好使，直接把{FUNC(fe ...]]></description>
      <category>PHPCMS技术</category>
      <author>nciaer</author>
      <pubDate>Fri, 14 Feb 2020 14:30:00 +0000</pubDate>
    </item>
    <item>
      <title>关于phpcms无法连接数据库的问题</title>
      <link>https://nciaer.com/thread-462-1-1.html</link>
      <description><![CDATA[今天下载了phpcms9.6.3，但是卡在了数据库连接部分，数据库连接失败，但是我通过navicat明明可以连接的，本来以为是阿里云云数据库的问题，但是也没找出哪里设置不对。

后来发现phpcms安装前会在js里去判断下是否能连接上数据库，而且是通过jquery的get方法，这样就有 ...]]></description>
      <category>PHPCMS技术</category>
      <author>nciaer</author>
      <pubDate>Wed, 24 Jul 2019 06:44:43 +0000</pubDate>
    </item>
    <item>
      <title>屏蔽phpcms后台的update.v9.phpcms.cn网址请求</title>
      <link>https://nciaer.com/thread-456-1-1.html</link>
      <description><![CDATA[现在phpcms后台一直会用js的方式请求一个update.v9.phpcms.cn的网址的js文件，据说是收集信息的，但是现在这个网址挂了，导致网站后台有时候会加载很慢。怎么办呢？直接删掉它。

但是没那么容易，这行代码可不好找，百度之后，找到了，在phpcms/modules/admin/function ...]]></description>
      <category>PHPCMS技术</category>
      <author>nciaer</author>
      <pubDate>Thu, 27 Jun 2019 07:47:19 +0000</pubDate>
    </item>
    <item>
      <title>PHPCMS中缓存函数的使用</title>
      <link>https://nciaer.com/thread-454-1-1.html</link>
      <description><![CDATA[phpcms中有两个缓存函数，setcache和getcache。原型如下：
setcache($name, $data, $filepath = \'\', $type = \'file\', $config = \'\', $timeout = 0)
getcache($name, $filepath = \'\', $type = \'file\', $config = \'\')

setcache基本上只是使用前两个参数，name是缓存名，d ...]]></description>
      <category>PHPCMS技术</category>
      <author>nciaer</author>
      <pubDate>Wed, 26 Jun 2019 03:40:41 +0000</pubDate>
    </item>
    <item>
      <title>phpcms常用数据库操作</title>
      <link>https://nciaer.com/thread-392-1-1.html</link>
      <description><![CDATA[phpcms中实例化一个模型可以通过下面的语句：
具体的模型名字modelname_model可以通过查看phpcms/model下的文件来获取到。实例化后，就可以使用phpcms/libs/classes/model.class.php里的各种方法了，如select，get_one等，严格来说，一个表对应一个模型文件，但是有时候 ...]]></description>
      <category>PHPCMS技术</category>
      <author>nciaer</author>
      <pubDate>Wed, 31 Oct 2018 10:01:32 +0000</pubDate>
    </item>
  </channel>
</rss>