({{index.php}} > {{ include_once}} [a1]) ||
(a1:{{include/}}|{{config.inc.php}} > {{ include_once}} [a3]) ||
((a3:{{include/core/}}|{{functions.inc.php}})) ||
|
Legend:
functions.inc.php -> Framework functions
List of functions:
- getAllUrlAddress() -> return current address of the page including query string
- check_email($email) -> true if the specified email address is correct, false otherwise.
- check_url($link) -> true if the specified url address is correct, false otherwise.
- gen_pass($digits, $bool, $str) -> code generated according to parameters
- arrayFilter($array, $filter) -> Filter an array by keys and return a new array containing only those keys and values from $array which exists in $filter too (keep order from $filter)
- get_module_id($modul_name, $action_name) -> return $id of module action or false on error
- check_user_access($module_id) -> return true if user have access or false otherwise.
- read_site_languages() -> return array with existent languages on project
- get_templates_list() -> return array with existent template on project
- set_picture_fall() -> set a picture on page (need aditional scripts)
- get_file_info($url_file, $type) -> return content of the file specified or false on error
- get_web_page($url) -> return an array whit url info or false on error
- upload_file($file, $info) -> upload file with curl on ftp
- generare_tabel($array_value, $column, $array_title) -> generate a table with array_value
- get_list_dir($path, $depth, $type, $inc, $exclude) -> return array with list of file/dir
- set_log_report($info, $unde, $file, $line) -> set an log report
- put_contents($str, $file, $how, $type) -> save $str to $file
- send_mail($info) -> send mail
|