build SQL query to find articles by catgories
_buildQuery_MatchingContentByCategories($aCategories, $iOffset, $iNumOfRows)
Parameters
$aCategories
$iOffset
$iNumOfRows
build SQL query to find articles by content allocation and catgories
_buildQuery_MatchingContentByContentAllocationByCategories($aContentAllocation, $aCategories, $iOffset, $iNumOfRows)
Parameters
$aContentAllocation
$aCategories
$iOffset
$iNumOfRows
Build query to find matching content by content allocation
findMatchingContent(array $restrictions, $max) : string
modified |
17.11.2005 by Willi Man |
Parameters
$restrictions
array
$max
Returns
string
SQL
Search articles by catgories without start articles
findMatchingContentByCategories(array $aCategories, int $iOffset, int $iNumOfRows, string $sResultType) : array
Parameters
$aCategories
array
$iOffset
int
$iNumOfRows
int
$sResultType
string
element of {article_id, object}
Returns
array
of articles
Search articles by content allocation and catgories
findMatchingContentByContentAllocationByCategories(array $aContentAllocation, array $aCategories, $iOffset, $iNumOfRows) : array
Parameters
$aContentAllocation
array
$aCategories
array
$iOffset
$iNumOfRows
Returns
array
of articles