Universeorange.com/Docs/
R3m is a
php
framework which let you easily write code.
The App (framework) will be inserted in your controllers function parameter.
From there you can access the config
, session
, request
and cookie
and many more.
A powerful scripting language has been build to create views
and to access the php
models through plugins.
The scripting language can be extended with custom plugins (functions
& modifiers
).
- The App (r3m-framework) uses
.json
files for routing- The App (r3m-framework) uses
.json
config files (sometimes with the scripting language)- The App (r3m-framework) uses a handler class for
session
,request
&cookie
.- The App (r3m-framework) can use nested data attributes really easy due to the Data class.
The framework can be used for websites, applications and CLI applications.
Common classes:
Last modified: 2021-06-07
© 2021 universeorange.com