Category | entry point |
Code Examples | blog/public/index.php |
Test Code | Public 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 |