Quote Originally Posted by Defy View Post
Its not a class if you don't teach it.
PHP class commonly refereed to as OOP.

It is an object orientation structure

$Cache = new Cache();

$Cache->ReadFile();