chamilo/chamilo-lms

View on GitHub
public/main/work/view.php

Summary

Maintainability
A
0 mins
Test Coverage

Variable "current_course_tool" is not in valid camel caps format
Open

$current_course_tool = TOOL_STUDENTPUBLICATION;
Severity: Minor
Found in public/main/work/view.php by phpcodesniffer

Variable "url_dir" is not in valid camel caps format
Open

        $url_dir = api_get_path(WEB_CODE_PATH).'work/work_list.php?id='.$folderData['iid'].'&'.api_get_cidreq();
Severity: Minor
Found in public/main/work/view.php by phpcodesniffer

Variable "url_dir" is not in valid camel caps format
Open

    $interbreadcrumb[] = ['url' => $url_dir, 'name' => $folderData['title']];
Severity: Minor
Found in public/main/work/view.php by phpcodesniffer

Variable "work_table" is not in valid camel caps format
Open

                    $work_table = Database::get_course_table(TABLE_STUDENT_PUBLICATION);
Severity: Minor
Found in public/main/work/view.php by phpcodesniffer

Variable "url_dir" is not in valid camel caps format
Open

        $url_dir = api_get_path(WEB_CODE_PATH).'work/work_list_all.php?id='.$folderData['iid'].'&'.api_get_cidreq();
Severity: Minor
Found in public/main/work/view.php by phpcodesniffer

There are no issues that match your filters.

Category
Status