Routing. - Libbna/CUSTOM-CMS GitHub Wiki

  • For routing, the simple switch case approach is followed.
  • Wherein, all the in coming routes are directed towards the route/routes.php file using .htaccess file.
  • To create route structure, a simple switch case approach is implemented, which will direct the incoming request to a specific controller for further execution.
  • Link to the route file.