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

PHP MVC Framework

Results 20 php-mvc-framework issues
Sort by recently updated
recently updated
newest added

hello, during the tutoria of adding a database to the php framework i got this error, ay idea how to solve it ? thank you!

Hey, I'm using XAMPP server and I have simple htaccess to redirect to public folder. My router is not working correctly. If the uri is "/" it's working but when...

What's the issue with making it to production?

![2](https://user-images.githubusercontent.com/35629852/126073480-4b1dd21b-9f3f-41ed-92e1-d7cf9547663e.png) ![2021-07-18 08_35_45-Window](https://user-images.githubusercontent.com/35629852/126073349-9ab37240-8d07-4508-8367-379d14cdcb37.png)

How run migration.php and also routes not working

Hello thecodeholic , thanks a lot for the the great course and the lovely educational materials . in layouts/main.php there exist {{content}} and as i understood it's to replace the...

help wanted

Hi, Just wondered if on the index page you can set the router to not allow any `?` parameters and allow `?query=xxx` but restrict what parameters are allowable. e.g. `$app->router->get('/test',...

Hi, I am new here. I am getting this error while viewing any of my WordPress page or post “ Fatal error: Uncaught TypeError: call_user_func_array(): Argument #1 ($callback) must be...

This is the code of php mvc pattern from freecodecamp