Technical articles about pure PHP, routing, database-free CMS and lightweight web architectures.
How PHP routing works without a database
A modern CMS doesn't need a database. With pure PHP and a well-structured index.php you can build a complete routing system that reads content directly from th…