simplydevas/simply

Simply framework

v0.0.7 2023-11-12 20:09 UTC

This package is auto-updated.

Last update: 2024-04-12 21:35:57 UTC


README

Documentation of this beautiful collection of code.

Classes

  • Database
  • Component
  • Email
  • Format
  • Registry
  • Router
  • Tools
  • Translate
  • Validate
  • Validator

See README-files in each folder.

Constants

Recommended if you are using the router:

define("SIMPLY_PROJECT_PATH", "/path/to/project/root");

If not set, this is set to the same path as Simply.

Optional:

define("SIMPLY_NUMBER_FORMAT", [ "dec" => 2, "decs" => ",", "ts" => " " ]);
define("SIMPLY_CURRENCY_FORMAT", [ "dec" => 2, "decs" => ",", "ts" => " " ]);
define("SIMPLY_TRANSLATION_DEFAULT_LANG", "nb_NO");