memorize icon indicating copy to clipboard operation
memorize copied to clipboard

Advise please

Open rstevens354 opened this issue 8 years ago • 0 comments

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

rstevens354 avatar Mar 08 '16 16:03 rstevens354