Zend Framework-using bootstrap.php vs application.in? Confused about the difference

Posted by Joel on Stack Overflow See other posts from Stack Overflow or by Joel
Published on 2010-05-21T23:59:05Z Indexed on 2010/05/22 0:10 UTC
Read the original article Hit count: 229

Filed under:
|

Hi guys, I'm working my way through some tutorials. I see the Zendcasts tutorials have me setting up a lot of things in the bootstrap.php file, while with the quickstart and other tutorials, don't even touch that file and do a lot of changes in the application.ini file.

What is the difference between the two and why use one over the other?

Thanks!

© Stack Overflow or respective owner

Related posts about php

Related posts about zend-framework