zend framework - Understanding the application.ini and the bootstrap -
i have been trying figure out quite while, exact difference between application.ini , bootstrap file in zend project?
both seem used add resources, helpers, etc. not quite understand difference between adding in bootstrap or adding trough application.ini. benefit of either approach against other?
is there explain me?
the configuration set out in application.ini
drives built in (and 3rd party or custom built) application resource plugins. limited resource plugins can config settings.
any code in bootstrap class meant offer more fine-grained customisation. here can you're able put php code.
Comments
Post a Comment