Following is the app architecture:
application
|-config
|-config.inc.php (contains definition of App ROOT)
library
|-autoload.class.php
public
|-css
|-img
index.php
Problem: I am not understanding how to call config file so as to set and access App Root.
In Config File - I have defined Constant -> MY_APP_ROOT
Now, I wish to access all Application Folders with the help of MY_APP_ROOT.
Could you please help?
Thank you friends.