How bootstrap works in general and particularly in Zend Framework?
问题 I’m reading Zend Framework manual and cannot understand how bootstrapping works particularly in ZF and in general. They write: Your Bootstrap class defines what resources and components to initialize. Ok. It means that the Bootstrap class should be instantiated the first of all. But then then they write about the configuration ini file. And there are directives about the Bootstrap class itself in it: 1. bootstrap.path = APPLICATION_PATH "/Bootstrap.php" 2. bootstrap.class = "Bootstrap" So as