nested include in php
- by aeonsleo
The directory structure:
C:/wamp/www/application/model/data_access/data_object.php
C:/wamp/www/application/model/users/user.class.php
C:/wamp/www/application/controller/projects.php
C:/wamp/www/application/controller/links/links.php
I have 2 php files data_object.php and user.class.php Now user.class.php has an include statement for…