Zfdocs 5

Categoryentry point
Code Examplesblog/public/index.php
Test CodePublic entry point of a web application (this seldomly changes). Main purpose: 1. Set up path to application directory and application evironment; 2. Set up include path for the application; 3. Set up application configuration parameters; 4. Run bootstrap to start the application dispatch loop (request/response loop).
Links
Remarks
Cancel