Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 460 Bytes

File metadata and controls

19 lines (9 loc) · 460 Bytes

GDOv7 Globals

There are some useful global functions defined.

  • $me - Current Method to execute.

  • t($key, $args) - global I18n

  • html($s) - html escape (unless cli)

  • json($s) - json escape (for json and html within html attributes or something)

  • escape($s) - database escaping

  • quote($s) - database quoting "escape()"

  • href($module, $method, $append) - Build a HREF, probably with SEO rules.