Skip to content

Advise please #2

@rstevens354

Description

@rstevens354

Hi there,

I've downloaded your code and run Composer and the PhpUnit tests

I now want to load up a page which utilises Memorize in my browser? Any advice is greatly appreciated.

this is what i have so far:

function __autoload($classname) {
    $filename = "src/". $classname .".php";
    include_once($filename);
}

$mem = new Memorize;
$mem->calcInterval(0);

but I get a fatal error

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