Abricos | Blog
[ class tree: Abricos ] [ index: Abricos ] [ all elements ]

Class: CMSQBlog

Исходное местоположение: /modules/blog/module.php

Class CMSQBlog

Class Overview

Набор статичных функция запросов к базе данных

Located in /modules/blog/module.php [line 281]

CMSBaseClass
   |
   --CMSQBlog
Author(s):
Information Tags:
Version:  $Id: cmsbaseclass.php 270 2009-12-28 13:24:34Z roosit $
Copyright:  Copyright (C) 2008 Abricos. All rights reserved.

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Method Summary
static void   CatBlock()  
static void   CategoryAdd()  
static void   CategoryById()  
static void   CategoryByName()  
static void   CategoryCheck()  
static void   CategoryList()  
static void   CategoryListCountTopic()  
static void   CategoryRemove()  
static void   CommentOnlineList()  
static void   CommentTopicCount()  
static void   Page()  
static void   PageTopicCount()  
static void   PageTopicIds()  
static void   Tag()  
static void   TagAC()  
static void   TagBlock()  
static void   TagList()  
static void   Tags()  
static void   TagSetId()  
static void   TagTopicList()  
static void   TagUpdate()  
static void   Topic()  
static void   TopicAppend()  
static void   TopicCountByUserId()  
static void   TopicInfo()  
static void   TopicListByUserId()  
static void   TopicPublish()  
static void   TopicRecycleClear()  
static void   TopicRemove()  
static void   TopicRestore()  
static void   TopicSave()  

[ Top ]
Methods
static method CatBlock  [line 363]

  static void CatBlock( CMSDatabase $db  )

Parameters:
CMSDatabase   $db: 

API Tags:
Access:  public


[ Top ]
static method CategoryAdd  [line 415]

  static void CategoryAdd( CMSDatabase $db, $obj  )

Parameters:
CMSDatabase   $db: 
   $obj: 

API Tags:
Access:  public


[ Top ]
static method CategoryById  [line 375]

  static void CategoryById( CMSDatabase $db, $categoryId, [ $retArray = true]  )

Parameters:
CMSDatabase   $db: 
   $categoryId: 
   $retArray: 

API Tags:
Access:  public


[ Top ]
static method CategoryByName  [line 392]

  static void CategoryByName( CMSDatabase $db, $category, [ $retArray = true]  )

Parameters:
CMSDatabase   $db: 
   $category: 
   $retArray: 

API Tags:
Access:  public


[ Top ]
static method CategoryCheck  [line 406]

  static void CategoryCheck( CMSDatabase $db, $data  )

Parameters:
CMSDatabase   $db: 
   $data: 

API Tags:
Access:  public


[ Top ]
static method CategoryList  [line 446]

  static void CategoryList( CMSDatabase $db  )

Parameters:
CMSDatabase   $db: 

API Tags:
Access:  public


[ Top ]
static method CategoryListCountTopic  [line 436]

  static void CategoryListCountTopic( CMSDatabase $db  )

Parameters:
CMSDatabase   $db: 

API Tags:
Access:  public


[ Top ]
static method CategoryRemove  [line 428]

  static void CategoryRemove( CMSDatabase $db, $catid  )

Parameters:
CMSDatabase   $db: 
   $catid: 

API Tags:
Access:  public


[ Top ]
static method CommentOnlineList  [line 461]

  static void CommentOnlineList( CMSDatabase $db, [ $limit = 12]  )

Parameters:
CMSDatabase   $db: 
   $limit: 

API Tags:
Access:  public


[ Top ]
static method CommentTopicCount  [line 492]

  static void CommentTopicCount( CMSDatabase $db, $ids  )

Parameters:
CMSDatabase   $db: 
   $ids: 

API Tags:
Access:  public


[ Top ]
static method Page  [line 330]

  static void Page( CMSDatabase $db, $category, $tagid, $from, $count  )

Parameters:
CMSDatabase   $db: 
   $category: 
   $tagid: 
   $from: 
   $count: 

API Tags:
Access:  public


[ Top ]
static method PageTopicCount  [line 299]

  static void PageTopicCount( CMSDatabase $db, $category, $tagid  )

Parameters:
CMSDatabase   $db: 
   $category: 
   $tagid: 

API Tags:
Access:  public


[ Top ]
static method PageTopicIds  [line 314]

  static void PageTopicIds( CMSDatabase $db, $category, $tagid, $from, $count  )

Parameters:
CMSDatabase   $db: 
   $category: 
   $tagid: 
   $from: 
   $count: 

API Tags:
Access:  public


[ Top ]
static method Tag  [line 519]

  static void Tag( CMSDatabase $db, $tagname  )

Parameters:
CMSDatabase   $db: 
   $tagname: 

API Tags:
Access:  public


[ Top ]
static method TagAC  [line 508]

  static void TagAC( CMSDatabase $db, $query  )

Parameters:
CMSDatabase   $db: 
   $query: 

API Tags:
Access:  public


[ Top ]
static method TagBlock  [line 557]

  static void TagBlock( CMSDatabase $db, [ $limit = 30]  )

Parameters:
CMSDatabase   $db: 
   $limit: 

API Tags:
Access:  public


[ Top ]
static method TagList  [line 539]

  static void TagList( CMSDatabase $db  )

Parameters:
CMSDatabase   $db: 

API Tags:
Access:  public


[ Top ]
static method Tags  [line 529]

  static void Tags( CMSDatabase $db, $topicid  )

Parameters:
CMSDatabase   $db: 
   $topicid: 

API Tags:
Access:  public


[ Top ]
static method TagSetId  [line 622]

  static void TagSetId( CMSDatabase $db, &$tags  )

Parameters:
CMSDatabase   $db: 
   &$tags: 

API Tags:
Access:  public


[ Top ]
static method TagTopicList  [line 588]

  static void TagTopicList( CMSDatabase $db, $ids  )

Parameters:
CMSDatabase   $db: 
   $ids: 

API Tags:
Access:  public


[ Top ]
static method TagUpdate  [line 605]

  static void TagUpdate( CMSDatabase $db, $topicid, &$tags  )

Parameters:
CMSDatabase   $db: 
   $topicid: 
   &$tags: 

API Tags:
Access:  public


[ Top ]
static method Topic  [line 741]

  static void Topic( CMSDatabase $db, $userid, $topicid  )

Parameters:
CMSDatabase   $db: 
   $userid: 
   $topicid: 

API Tags:
Access:  public


[ Top ]
static method TopicAppend  [line 828]

  static void TopicAppend( CMSDatabase $db, $obj  )

Parameters:
CMSDatabase   $db: 
   $obj: 

API Tags:
Access:  public


[ Top ]
static method TopicCountByUserId  [line 790]

  static void TopicCountByUserId( CMSDatabase $db, $userid, $showRecycle  )

Parameters:
CMSDatabase   $db: 
   $userid: 
   $showRecycle: 

API Tags:
Access:  public


[ Top ]
static method TopicInfo  [line 719]

  static void TopicInfo( CMSDatabase $db, $topicid, [ $contentid = 0]  )

Parameters:
CMSDatabase   $db: 
   $topicid: 
   $contentid: 

API Tags:
Access:  public


[ Top ]
static method TopicListByUserId  [line 801]

  static void TopicListByUserId( CMSDatabase $db, $userid, $page, $total, $showRecycle  )

Parameters:
CMSDatabase   $db: 
   $userid: 
   $page: 
   $total: 
   $showRecycle: 

API Tags:
Access:  public


[ Top ]
static method TopicPublish  [line 685]

  static void TopicPublish( CMSDatabase $db, $topicid  )

Parameters:
CMSDatabase   $db: 
   $topicid: 

API Tags:
Access:  public


[ Top ]
static method TopicRecycleClear  [line 657]

  static void TopicRecycleClear( CMSDatabase $db, $userid  )

Parameters:
CMSDatabase   $db: 
   $userid: 

API Tags:
Access:  public


[ Top ]
static method TopicRemove  [line 706]

  static void TopicRemove( CMSDatabase $db, $topicid  )

Parameters:
CMSDatabase   $db: 
   $topicid: 

API Tags:
Access:  public


[ Top ]
static method TopicRestore  [line 694]

  static void TopicRestore( CMSDatabase $db, $topicid  )

Parameters:
CMSDatabase   $db: 
   $topicid: 

API Tags:
Access:  public


[ Top ]
static method TopicSave  [line 853]

  static void TopicSave( CMSDatabase $db, $topinfo, $obj  )

Parameters:
CMSDatabase   $db: 
   $topinfo: 
   $obj: 

API Tags:
Access:  public


[ Top ]

Documentation generated on Thu, 31 Dec 2009 13:47:37 +0300 by phpDocumentor 1.4.3