thinkcmf 几个重要基类

AppframeController     ----- ThinkCMF框架控件器基类,继承至ControllerAdminbaseController   ----- ThinkCMF框架后台控件器基类,继承至AppframeControllerHomebaseController     ----- ThinkCMF框架前台控件器基类,继承至AppframeControllerMemb...

继续阅读 »

thinkcmf sp_sql_post 获取单篇文章信息

原文地址: http://www.thinkcmf.com/document/article/id/232.html sp_sql_posts($tag,$where) 功能:查询文章列表,不做分页参数:$tag:查询语句(见$tag规则)$where:查询条件,(暂只支持数组),格式和thinkphp where方法一样;返回信息如下:[pcsh lang="php" t...

继续阅读 »

thinkcmf 表单 方法

\application\Portal\Controller\AdminPostController.class.phpadd_post接收后台post过来的数据,并增加一个文章,其接收的 $_POST['smeta'] 是拓展字段edit显示后台的编辑文章的iframe

继续阅读 »

thinkcmf 分页 sp_sql_posts_paged

文章分页查询方法thinkcmf的分页貌似更喜欢放到模版中处理有一个内置函数sp_sql_posts_paged原文地址http://www.thinkcmf.com/document/article/id/258.htmlsp_sql_posts_paged($tag,$pagesize,$pagetpl)$tag规则:cid 分类id;field 需要取出的内容,默认取出所有信息;ord...

继续阅读 »