lib/Ajde/Crud/Editor.php

Summary

Maintainability
A
0 mins
Test Coverage

The class Ajde_Crud_Editor is not named in CamelCase.
Open

abstract class Ajde_Crud_Editor extends Ajde_Object_Standard
{
    abstract public function getResources(&$view);
}
Severity: Minor
Found in lib/Ajde/Crud/Editor.php by phpmd

CamelCaseClassName

Since: 0.2

It is considered best practice to use the CamelCase notation to name classes.

Example

class class_name {
}

Source

There are no issues that match your filters.

Category
Status