Skip to content

Version 0.7

Compare
Choose a tag to compare
@Ronef Ronef released this 29 Mar 21:59
· 12 commits to master since this release
  • * Attention! (MODX)EvolutionCMS.libraries.ddTools >= 0.57 is required.
  • + Parameters → getPropValue: You can now get the value of an object property or an array element in any nesting level. Just use . to get nested properties (see \DDTools\ObjectTools::getPropValue for more info).
  • * Parameters → outputter → Valid values:
    • + The snippet can also return object as a native PHP object or array (it is convenient to call through \DDTools\Snippet). The following new values:
      • * 'objectAuto'.
      • * 'objectStdClass'.
      • * 'objectArray'.
    • * The foillowing have been changed (with backward compatibility):
      • * 'jsonAuto''stringJsonAuto'.
      • * 'jsonObject''stringJsonObject'.
      • * 'jsonArray''stringJsonArray'.
      • * 'queryFormated''stringQueryFormatted'.