当前位置:首页 > 搜索和 php 相关的文章

【phpcms-v9】前台content模块中pc标签的调用说明

添加日期:2014-10-23 09:58:32 发布:smiling 
内容模块PC标签调用说明 模块名:content模块提供的可用操作:操作名说明lists内容数据列表relation内容相关文章hits内容数据点击排行榜category内容栏目列表position内容推荐位列表内容推荐位列表po ...

【phpcms-v9】模型字段文件夹下各个文件的作用

添加日期:2014-10-23 09:49:07 发布:smiling 
比如:文章模型下的时间和日期模型字段-datatime,与当前datetime模型字段相关的文件都在phpcms content fields datetime 文件夹下 1 phpcms content fields datetime field_add_form inc php:在后台 ...

【phpcms-v9】phpcms-v9视频模型的添加

添加日期:2014-10-23 09:31:33 发布:smiling 
1、下载化蝶自由飞插件http: www phpcms cn show-90-8-1 html 下载回去后解压,覆盖phpcms 和 statics 目录即可 2、执行一个sql语句-- v9_player sql,以增加播放器代码;注意sql语句里的表前 ...

【phpcms-v9】后台content模块的content.php控制器文件分析-后台添

添加日期:2014-10-23 09:26:15 发布:smiling 
【phpcms-v9】后台content模块的content php控制器文件分析-后台添加内容代码分析 第一步,路径:phpcms modules content content php: 构造方法publicfunction__construct(){parent::__construct() ...

【phpcms-v9】phpcms中常用代码总结

添加日期:2014-10-23 09:22:41 发布:smiling 
1 调用数据库模型$this->db = pc_base::load_model(& 39;test_model& 39;); 从"phpcms model "目录下加载模型类文件 其中$this->db中所支持的方法请参照phpcms libs classes model class php中 ...

【phpcms-v9】前台模板文件中{pc}标签的执行流程

添加日期:2014-10-23 09:18:58 发布:smiling 
前台pc标签的使用:{pc:content 参数名="参数值" 参数名="参数值" 参数名="参数值"}如:{pc:content action="lists" catid="9" cache="3600" num="20" page="$page"}{ pc}执行流程如下:①模 ...

【phpcms-v9】怎样给网站前台的个别页面更换新的模板?

添加日期:2014-10-23 09:13:37 发布:smiling 
1 第一步:将美工新设计的模板放置到phpcms templates default 模块目录名 模板文件名 html 如:phpcms templates default content category_new html如:phpcms templates default content category_ ...

【phpcms-v9】缓存目录caches下的各个文件的作用

添加日期:2014-10-23 09:07:36 发布:smiling 
第一:caches caches_commons目录下缓存文件:1 caches caches_commons caches_data category_content cache php: 所有栏目对应的站点ID 2 caches caches_commons caches_data category_content_1 ...

【phpcms-v9】header.html文件编译前后对比

添加日期:2014-10-23 08:58:25 发布:smiling 
编译前:<head><metahttp-equiv="Content-Type"content="text html;charset=utf-8" ><metahttp-equiv="X-UA-Compatible"content="IE=7" ><title>{ifisset($SEO[& 39;title& 39;])&&!empty($SEO[& 39 ...

【phpcms-v9】前台content模块控制器index.php文件分析-内容详情页

添加日期:2014-10-23 08:55:52 发布:smiling 
【phpcms-v9】前台content模块控制器index php文件分析-内容详情页代码分析 内容页:文章内容详情页、图片详情页、下载详情页走的都是show()方法 路径:phpcms modules content index php控制器 ...

【phpcms-v9】content_output.class.php文件分析-前台内容详情页显示

添加日期:2014-10-23 08:54:00 发布:smiling 
【phpcms-v9】content_output class php文件分析-前台内容详情页显示数据的过滤<?php 路径:caches caches_model caches_data content_output class php 在phpcms modules content index php控制 ...

【phpcms-v9】index.php文件分析-前台列表页代码分析

添加日期:2014-10-23 08:52:01 发布:smiling 
路径:phpcms modules content index php控制器 列表页:文章列表页、图片列表页、下载列表页执行的都是这段程序publicfunctionlists(){$catid=intval($_GET[& 39;catid& 39;]); 栏目id$_priv_d ...