Upgraded Rich Editor to use the latest version of Froala.
API Changes
- Upgrade Rich Editor library
input()
,get()
, &post()
now pull values from theRequest
app container instead of directly from the PHP superglobals- Execution context is now handled in the application container
- All uses of of
exit()
ordie()
removed to support being run under a concurrent server (i.e. Swoole)