如何制作phpcms模板 1、首先需要有html基础,div css 然后一些常见的JavaScript语法要懂。 2、然后在他们的基础上按照phpcms 的语法规则去调用对应的数据。 3、默认的网站 … Continue reading 如何制作phpcms模板网站cms模板
标签: phpcms
介绍几个知识管理系统,要php的解决办法
介绍几个知识管理系统,要php的介绍几个知识管理系统,要php的。最好直接支持中文,定制程度高。后台数据库最好是mysql。 ——解决方案——̵ … Continue reading 介绍几个知识管理系统,要php的解决办法
phpcms v9的数据库配置文件保存在哪里
phpcms v9的数据库配置文件保存在哪里? 保存在以下目录: \caches\configs\database.php
phpcms v9调用多个栏目下文章的方法
{pc:content action=”position” posid=”14″ catid=”13,14,15,16,17,18,19,2 … Continue reading phpcms v9调用多个栏目下文章的方法
phpcms v9如何关闭“hash验证失败”
查找phpsso_server\phpcms\modules\admin\classes\admin.class.php文件 将 else { showmessageL’hash_check_fals … Continue reading phpcms v9如何关闭“hash验证失败”
phpcms v9 调用全站点击率最高的文章
第一种方法 此问题需要添加一个标签,找到phpcms/modules/content/classes/content_tag.class.php,可以在最后添加这个function。 function … Continue reading phpcms v9 调用全站点击率最高的文章
PHP:Deprecated: Function set_magic_quotes_runtime is deprecated 错误
在安装PHPCMS出现Deprecated: Function set_magic_quotes_runtime) is deprecated 错误,查了一下网络及资料发现是PHP5.3和PHP6.0 … Continue reading PHP:Deprecated: Function set_magic_quotes_runtime is deprecated 错误