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 )
Constructor for the class cModuleHandler. With this class you can create a new module, rename a module. You can save a Output from modules and Input in a file. The save rules are [Modulname] (is unique) 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
Selected page |
#
1
|
protected
array
|
$_result
Result saved in a array |
#
array()
|
$_cfg,
$_cfgClient,
$_client,
$_description,
$_directories,
$_encoding,
$_encodingStore,
$_fileEncoding,
$_idlang,
$_idmod,
$_input,
$_moduleAlias,
$_output,
$_type
|