qcubed/framework

View on GitHub
install/project/includes/configuration/prepend.inc.php

Summary

Maintainability
A
0 mins
Test Coverage

TODO found
Open

        // TODO: Define any custom global functions (if any) here...

TODO found
Open

        // TODO: Include any other include files (if any) here...

TODO found
Open

        // TODO: options to do this are left to the developer

TODO found
Open

                    // TODO: Run any custom autoloading functionality (if any) here...

TODO found
Open

            // TODO: Define any other custom global WebApplication functions (if any) here...

The method Autoload is not named in camelCase.
Open

            public static function Autoload($strClassName) {
                // First use the QCubed Autoloader
                if (!parent::Autoload($strClassName)) {
                    // TODO: Run any custom autoloading functionality (if any) here...
                }

CamelCaseMethodName

Since: 0.2

It is considered best practice to use the camelCase notation to name methods.

Example

class ClassName {
    public function get_name() {
    }
}

Source

There are no issues that match your filters.

Category
Status