php-mvc icon indicating copy to clipboard operation
php-mvc copied to clipboard

A simple PHP model-view-controller framework, built step-by-step as part of the "Write PHP like a pro: build an MVC framework from scratch" course on Udemy.

Results 32 php-mvc issues
Sort by recently updated
recently updated
newest added

Just an idea, to have routes assigned to variables to make routes more dynamic. I come up with this while was changing bunch of same URLs in the twig template....

Thank you for this magnificent framework, which has helped me a lot in learning how PHP works internally. I recently discovered Symfony, and in the future I intend to enroll...