1
I see that many frameworks/Ibraries have a file Index.php which only includes the Boostrap.php, and in that Bootstrap.php is included the autoload of Poser and other application files, because there is this practice of using the Bootstrap.php to start the application instead of Index.php?
Could you give an example of where you saw this?
– Woss