Documentation

API.php

Cloudrexx

Tags
link
http://www.cloudrexx.com
copyright

Cloudrexx AG 2007-2015

According to our dual licensing model, this program can be used either under the terms of the GNU Affero General Public License, version 3, or under a proprietary license.

The texts of the GNU Affero General Public License with an additional permission and of our proprietary license can be found at and in the LICENSE file you have received along with this program.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

"Cloudrexx" is a registered trademark of Cloudrexx AG. The licensing of the program under the AGPLv3 does not imply a trademark license. Therefore any rights, title and interest in our trademarks remain entirely with us.

Table of Contents

Functions

contrexx_isCoreModule()  : bool
Checks if a certain module, specified by param $moduleName, is a core module.
contrexx_isModuleActive()  : bool
Checks if a certain module, specified by param $moduleName, is active.
contrexx_isModuleInstalled()  : bool
Checks if a certain module, specified by param $moduleName, is installed.
getPaging()  : string
OBSOLETE Use the {@see Paging::get()} method instead.

Functions

contrexx_isCoreModule()

Checks if a certain module, specified by param $moduleName, is a core module.

contrexx_isCoreModule(string $moduleName) : bool
Parameters
$moduleName : string
Return values
bool

contrexx_isModuleActive()

Checks if a certain module, specified by param $moduleName, is active.

contrexx_isModuleActive(string $moduleName) : bool
Parameters
$moduleName : string
Return values
bool

contrexx_isModuleInstalled()

Checks if a certain module, specified by param $moduleName, is installed.

contrexx_isModuleInstalled(string $moduleName) : bool
Parameters
$moduleName : string
Return values
bool

getPaging()

OBSOLETE Use the {@see Paging::get()} method instead.

getPaging(int $numof_rows, int $pos, string $uri_parameter, string $paging_text[, bool $showeverytime = false ][, int $results_per_page = null ]) : string

Returs a string representing the complete paging HTML code for the current page. Note that the old $pos parameter is obsolete as well, see getPosition().

Parameters
$numof_rows : int

The number of rows available

$pos : int

The offset from the first row

$uri_parameter : string
$paging_text : string
$showeverytime : bool = false
$results_per_page : int = null
Tags
copyright

CLOUDREXX CMS - CLOUDREXX AG

author

Cloudrexx Development Team info@cloudrexx.com

access

public

version
1.0.0
global

array $_CONFIG Configuration

global

array $_CORELANG Core language

todo

Change the system to use the new, static class method, then remove this one.

Return values
string

Result


        
On this page

Search results