Let\'s say I\'ve got two files class.php and page.php
class.php
use
require_once(__DIR__.'/_path/_of/_filename.php');
This will also help in importing files in from different folders. Try extends method to inherit the classes in that file and reuse the functions
extends