Skip to content

Commit

Permalink
Update infos
Browse files Browse the repository at this point in the history
  • Loading branch information
rcarvello committed Jun 18, 2023
1 parent 5d3a2e0 commit 46acd5b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions route.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@
* Usage example of route.php is inside mvc_bootstrap.bat batch script
*
* This file implements HTTP routing when using PHP built in web server instead of Apache HTTP server.
* It provides the auto-loading of classes and the MVC objects creations, by using
* framework\Loader and framework\Dispatcher classes, depending on the requested URL.
*
* It can detect both application or content centric HTTP request.
* 1) When application centric:
* It provides the auto-loading of classes and the MVC objects creations, by using
* framework\Loader and framework\Dispatcher classes, depending on the requested URL.
* 2) When content centric:
* Just serve the content of requested resource
*
* @filesource index.php
* @author Rosario Carvello <[email protected]>
Expand Down

0 comments on commit 46acd5b

Please sign in to comment.