Skip to content

Broken include links in examples #1

@sodle

Description

@sodle

The examples in the examples/ directory include the library in the following manner:

include("../class/pData.class.php");

The correct way, obeying folder structure, would be

include("../library/pData.php");

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions