Skip to content

Releases: shen2/MDO

MDO 0.6 Released

29 May 06:29

Choose a tag to compare

  • introduce Generator feature
  • new fetch* methods of MDO\Select: fetchAll(), fetchAssoc(), fetchDataObject(),fetchFunc(), fetchPairs(), fetchCol(), fetchAssocMap()
  • new yield* methods of MDO\Select: yieldAll(), yieldAssoc(), yieldDataObject(), yieldFunc(), yieldPairs(), yieldCol(), yieldAssocMap()
  • new get_Generator() / get_Array() methods of MDO\Statement
  • deprecate iterators
  • require php 5.5+