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");`