SiPPF
Simple PHP5 Persistancy Framework
SiPPF is an open source library to persist entities to your database. It does this in a very flexible manner.
This project is in a pre-alpha stage!
- Introduction
- Documentation
- Roadmap
- phpDoc of the API
- Download
- Browse source
- Bugs
- Sourceforge project
SiPPF Roadmap
0.1
100% done. 0 open tasks:
- Loading of single objects
- Deleting of single objects
- Persisting (update/insert) of single objects
- Loading of collections of objects
0.2
- Automatic loading of related objects (defining relations)
- Multiple ID's