php-mvc
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.
Do not work app. 
Hello thank you for your awesome framework. However I am at loss on how to add parameters after the action. What I wish to accomplish is this: /controller/action/id such example...
Hi, I have a site on a shared host and am having issues getting any controller that isn't the "Home.php" controller to render, and I believe it is a .htaccess...
I have set session value like login= true , role = admin How to access this data in base.html I already try {{ app.session.get(‘user_id’) }} But im not getting any...
How to include css file in base.html I created style.css file in public/assets/css/style.css i want to link this file into base.html If i include /assets/css/style.css this way then in /home...
How would I pass a array of lets say for example news posts from a controller to a view? how would I display it for each post?
Hi!, I tried addding special controllers for sign up but it did not help. As the result I get a url that looks like that: http://localhost/signup/signup/create While using the dunamic...
So, I am building a project that I would like to use dynamically generated subdomains (let's say for user **username**.domain.com. How would I handle them in router? is there a...
  