当前位置:首页 > 搜索和 PC 相关的文章
-
【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 ...
-
【phpcms-v9】index.php文件分析-前台首页模板文件的解析过程
添加日期:2014-10-22 17:05:29 发布:smiling
第一步:前台首页默认执行的是:index php?m=content&c=index&a=init: 首页publicfunctioninit(){if(isset($_GET[& 39;siteid& 39;])){$siteid=intval($_GET[& 39;siteid& 39;]); 当前站点ID}else ...
-
【phpcms-v9】cache_all.php文件分析-更新缓存
添加日期:2014-10-22 17:03:19 发布:smiling
<?php 路径:phpcms modules admin cache_all php控制器,此控制器主要用来更新所有的缓存信息:defined(& 39;IN_PHPCMS& 39;)orexit(& 39;Nopermissionresources & 39;);pc_base::load_app_class ...
-
【phpcms-v9】category.php文件分析-添加栏目
添加日期:2014-10-22 17:01:40 发布:smiling
<?php 路径:phpcms modules admin category php控制器,主要用来完成栏目相关的操作defined(& 39;IN_PHPCMS& 39;)orexit(& 39;Nopermissionresources & 39;); 防止恶意访问pc_base::load_app_cl ...
精彩文章
- ·在html中如何使用php(2024-10-01)
- ·php授权码如何绑定磁盘(2024-10-01)
- ·php投票系统如何ip限制(2024-10-01)
- ·php 网页如何定位城市(2024-10-01)
- ·如何把asp网站改为php(2024-10-01)
- ·php中时间如何转化为日期格式(2024-10-01)
- ·php如何根据来路跳转(2024-10-01)
- ·在php中如何使用进度条(2024-10-01)
- ·php页面中如何设置图片大小(2024-10-01)
- ·php中如何获取cookies(2024-10-01)