Class cModuleSearch
This class performs the module search.
- cModuleHandler
- cModuleSearch
Package: Core\Backend
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Rusmir Jusufovic
Located at classes/module/class.module.search.php
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Rusmir Jusufovic
Located at classes/module/class.module.search.php
private
|
|
public
|
#
__construct( integer $searchOptions )
Construct for the class cModuleHandler. With this class you can make a new Modul, rename a Modul. You can save a Output from Modul and Input in a file. The save rules are [Modulname] (is uneque) the files input and output will be named [Modulname]_input.php , [Modulname]_output.php |
public
integer
|
|
public
array
|
#
searchForAllModules( )
Search for modules in db columns and in filesystem (input and output files) |
public
array
|
|
public
array
|
|
public
array
|
|
public
array
|
|
public
array
|
|
public
array
|
protected
integer
|
$_elementPerPage | '' |
#
Items/Element per page |
protected
string
|
$_orderBy | '' |
#
Order by |
protected
string
|
$_sortOrder | '' |
#
Sort order |
protected
string
|
$_moduleType | '' |
#
Module type |
protected
string
|
$_filter | '' |
#
Filter string |
protected
string
|
$_searchIn | '' |
#
Where should be searched (all, description, type, input, output) |
protected
integer
|
$_selectedPage | 1 |
#
Selected page |
protected
array
|
$_result | array() |
#
Result saved in a array |
$_cfg,
$_cfgClient,
$_client,
$_description,
$_directories,
$_encoding,
$_encodingStore,
$_fileEncoding,
$_idlang,
$_idmod,
$_input,
$_moduleAlias,
$_output,
$_type
|