You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rslaqui edited this page Sep 26, 2011
·
7 revisions
About
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, ...).
Caution
This is still an alpha project. Mayor changes may occur to all its parts.
Code Road Map
ElementContainer
ComplexDatas
Actions
Search
JavaScript - frametools
Collections
Collections extends Elements, which extends Datas themself
Renderers (overwrite templates or just create/update templates)