Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/remluben/rsf
A collection of classes building a simple PHP based MVC framework
https://github.com/remluben/rsf
mvc php
Last synced: 11 days ago
JSON representation
A collection of classes building a simple PHP based MVC framework
- Host: GitHub
- URL: https://github.com/remluben/rsf
- Owner: remluben
- Created: 2012-11-15T14:10:56.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-28T19:06:30.000Z (about 12 years ago)
- Last Synced: 2024-12-03T16:59:22.225Z (2 months ago)
- Topics: mvc, php
- Language: PHP
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
rsf
===A collection of classes building a simple PHP based MVC framework
This project is intended for providing a collection of classes as implemented and described within
O'Reilly's PHP Design Patterns by Stefan Schmidt.It shows the usage of the MVC design pattern as a composition of multiple other design patterns described within the book.
Note:
The "model" part of the MVC pattern is not implemented within the example framework.
As described within the book, there exists a couple of well supported ORMs, which will help developing the business logic of applications.TODO
====* PHPUnit tests
* Improve README and documentation