php-mvc-framework
php-mvc-framework copied to clipboard
PHP MVC Framework
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?
 
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...
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',...
Can't delete Issue
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