I have been trying to figure this out for quite a while, but what is the exact difference between the application.ini and the bootstrap file in a Zend Project?
Both seem to be used to add resources, helpers, etc. But i do not quite understand what the difference is between adding something in the bootstrap or adding it trough the application.ini. What is the benefit of either approach against the other?
Is there anyone who could explain this to me?