An open API service indexing awesome lists of open source software.

https://github.com/prod3v3loper/php-mvc-beginner

🏗 Simple MVC for beginners in PHP
https://github.com/prod3v3loper/php-mvc-beginner

beginner beginners beginners-tutorial-series model-view-controller mvc php self-learning simple-mvc

Last synced: 6 months ago
JSON representation

🏗 Simple MVC for beginners in PHP

Awesome Lists containing this project

README

          

# PHP MVC Beginner

Model View Controller for beginners to bring the function way closer.

This MVC is very simple and without a htaccess that would direct all calls to a file or would allow a mod_rewrite.
There are no safety functions or validations in this example, it represents the simplest form of MVCs there

Below you will find more examples and tutorials on a MVC that you can find here in the near future.
[PHP MVC Advanced](https://github.com/prod3v3loper/php-mvc-advanced/)

# Attention

This one should not use in a real environment but unfortunately there is also something in real environments.

# Contribute

Please an [issue](https://github.com/prod3v3loper/php-mvc-beginner/issues) if you
think something could be improved. Please submit Pull Requests when ever
possible.

# Authors

**[Samet Tarim](https://www.prod3v3loper.com)** - *All works*

# Supporter

[Tnado](https://www.tnado.com/blog/)
[Hyperly](https://www.hyperly.de)

# License

[MIT](https://github.com/prod3v3loper/php-mvc-beginner/blob/master/LICENSE) - [prod3v3loper](https://www.tnado.com/author/prod3v3loper/)