-
Notifications
You must be signed in to change notification settings - Fork 5
Home
rslaqui edited this page Sep 26, 2011
·
7 revisions
SimplON is a web framework based on the concept of embedding meta-data into PHP objects to automate CRUD tasks and rendering them (ie. in HTML format). The framework uses two core objects:
- Datas: replaces regular object's attributes, contains informations about value's type and where to display it.
- Elements: replaces regular objects, using Datas as attributes and offers a standard interface to Data Storages (MySQL, MongoDB, ...) and Renderers (HTML, XML, JSON, ...).
This is still an alpha project. Mayor changes may occur to all its parts.
- ElementContainer
- ComplexDatas
- Actions
- Search
- JavaScript - frametools
- Collections
- Collections extends Elements, which extends Datas themself
- Renderers (overwrite templates or just create/update templates)
- Unit tests
- Tutorial for alpha version
- Release of a beta version
- Tutorial for beta version
- Documentation for beta version
- Adding some sample plugins and DB drivers
- Documentation in English and Spanish
- Release of the first version