lib/Ajde/Collection/View.php

Summary

Maintainability
A
0 mins
Test Coverage

The property $_rowCount is not named in camelCase.
Open

class Ajde_Collection_View extends Ajde_Object_Standard
{
    private $_tableName;

    private $_rowCount;
Severity: Minor
Found in lib/Ajde/Collection/View.php by phpmd

CamelCasePropertyName

Since: 0.2

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

Example

class ClassName {
    protected $property_name;
}

Source

The property $_tableName is not named in camelCase.
Open

class Ajde_Collection_View extends Ajde_Object_Standard
{
    private $_tableName;

    private $_rowCount;
Severity: Minor
Found in lib/Ajde/Collection/View.php by phpmd

CamelCasePropertyName

Since: 0.2

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

Example

class ClassName {
    protected $property_name;
}

Source

The class Ajde_Collection_View is not named in CamelCase.
Open

class Ajde_Collection_View extends Ajde_Object_Standard
{
    private $_tableName;

    private $_rowCount;
Severity: Minor
Found in lib/Ajde/Collection/View.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