The browser does not follow a given link from index.php
Gives out:
Error: require_once (): Failed opening required 'Student.class.php' (include_path = '.: / Applications / MAMP / bin / php / php5.6.2 / lib / php')
The link I Student.class.php
in index.php
to Student.class.php
from the 'core' folder: require_once dirname( __FILE__ ) . '../core/Student.class.php';
require_once dirname( __FILE__ ) . '../core/Student.class.php';
..
on the way - Vesper