I am well acquainted with the details of the Zend Framework and how most work. One area that I still donβt fully understand is how the Zend Framework loads resources from application.ini.
I understand that I can create my own protected _init functions, and they will be called automatically at boot time.
Zend Framework documentation is not available in certain areas.
For example: How and when are resources.db configuration parameters loaded? There is nothing in my bootstrap that says db. Is it loaded on demand or in fact during the boot process?
Any link links explaining this will be very helpful.
source share