Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@racztiborzoltan racztiborzoltan released this 18 Mar 23:08
  • code cleaning, easing
    • remove Phalcon 1.x compatibility
    • remove events from XSLT View Engine
    • remove 'defaultParameters' option
    • removed methods:
      • ...\XSLT->mergeParameters()
      • ...\XSLT->getMustClean()
      • ...\XSLT->setMustClean()
      • ...\XSLT->getClean()
      • ...\XSLT->setClean()
      • ...\XSLT->getPath()
      • ...\XSLT->setPath()
      • ...\XSLT->getParameters()
      • ...\XSLT->setParameters()
      • ...\XSLT->removeParameters()
      • ...\XSLT->getXMLPath()
      • ...\XSLT->setXMLPath()
      • ...\XSLT->setXMLDom()
      • ...\XSLT->getInstanceId()
      • ...\XSLT->getInstance()
    • removed properties
      • ...\XSLT->_mustclean
      • ...\XSLT->_eventsManager
      • ...\XSLT->_path
      • ...\XSLT->_parameters
      • ...\XSLT->_content
      • ...\XSLT->_xml_path
      • ...\XSLT::$_instances
      • ...\XSLT->_instanceId
      • ...\XSLT->_xmldoc
    • simpler rendering
    • simple xml debug option
  • new methods:
    • ...\XSLT::createXmlFromArray()