Skip to content
loranger edited this page Sep 13, 2010 · 3 revisions

Tag As Object (tao) is a simple DOM Framework for PHP5 built on native PHP DOM Implementation :

  • Do not write HTML anymore
  • Do not mix PHP code and output string anymore
  • Manipulate HTML objects (as you do using jQuery, mootools, etc…)
  • Render beautiful and indented code
  • Access page elements by object referencing or using css3 selectors
  • Import existing code as tao nodes

Getting started

Clone this wiki locally