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

Do not work app. ![screenshot_1](https://user-images.githubusercontent.com/2728243/82886297-039bdb00-9f4f-11ea-8599-45780730808f.png)

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...

![image](https://user-images.githubusercontent.com/67948369/219623593-aa2e8b08-3efb-4552-ae3e-789d258d41fa.png) ![image](https://user-images.githubusercontent.com/67948369/219623693-98637449-3dfe-4660-a7cc-67d38fab148f.png) ![image](https://user-images.githubusercontent.com/67948369/219623741-fdd3eddc-7e3c-4330-9488-4754e0fdd665.png)