Public Member Functions | |
| init () | |
| menuConfig () | |
| main () | |
| printContent () | |
| func_default () | |
| func_refindex () | |
| func_search () | |
| func_tree () | |
| func_records () | |
| func_relations () | |
| func_filesearch () | |
| findFile ($basedir, $pattern, &$matching_files, $depth) | |
Public Attributes | |
| $MCONF = array() | |
| $MOD_MENU = array() | |
| $MOD_SETTINGS = array() | |
| $doc | |
| $content | |
| $menu | |
Definition at line 89 of file index.php.
| SC_mod_tools_dbint_index::init | ( | ) |
| SC_mod_tools_dbint_index::menuConfig | ( | ) |
| SC_mod_tools_dbint_index::printContent | ( | ) |
| SC_mod_tools_dbint_index::func_default | ( | ) |
| SC_mod_tools_dbint_index::func_refindex | ( | ) |
| SC_mod_tools_dbint_index::func_search | ( | ) |
| SC_mod_tools_dbint_index::func_tree | ( | ) |
| SC_mod_tools_dbint_index::func_records | ( | ) |
| SC_mod_tools_dbint_index::func_relations | ( | ) |
| SC_mod_tools_dbint_index::func_filesearch | ( | ) |
| SC_mod_tools_dbint_index::findFile | ( | $ | basedir, | |
| $ | pattern, | |||
| &$ | matching_files, | |||
| $ | depth | |||
| ) |
Searching for filename pattern recursively in the specified dir.
| string | Base directory | |
| string | Match pattern | |
| array | Array of matching files, passed by reference | |
| integer | Depth to recurse |