({{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:
  1. getAllUrlAddress() -> return current address of the page including query string
  2. check_email($email) -> true if the specified email address is correct, false otherwise.
  3. check_url($link) -> true if the specified url address is correct, false otherwise.
  4. gen_pass($digits, $bool, $str) -> code generated according to parameters
  5. 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)
  6. get_module_id($modul_name, $action_name) -> return $id of module action or false on error
  7. check_user_access($module_id) -> return true if user have access or false otherwise.
  8. read_site_languages() -> return array with existent languages on project
  9. get_templates_list() -> return array with existent template on project
  10. set_picture_fall() -> set a picture on page (need aditional scripts)
  11. get_file_info($url_file, $type) -> return content of the file specified or false on error
  12. get_web_page($url) -> return an array whit url info or false on error
  13. upload_file($file, $info) -> upload file with curl on ftp
  14. generare_tabel($array_value, $column, $array_title) -> generate a table with array_value
  15. get_list_dir($path, $depth, $type, $inc, $exclude) -> return array with list of file/dir
  16. set_log_report($info, $unde, $file, $line) -> set an log report
  17. put_contents($str, $file, $how, $type) -> save $str to $file
  18. send_mail($info) -> send mail