RedBeanPHP 5.4 beta 1 release, ORM mapping framework for PHP

ReadBeanPHP support database include: CUBRID, MySQL, Postgres, SQLite requires no configuration. 5.4 beta 1 version has been released:

  • R::store( $beans, $unfreezeIfNecessary)
  • R::storeAll( $beans, $unfreezeIfNecessary)
  • R::findForUpdate( )
  • R::traverse(...,function( ,$depth){}) 
  • Allow findLike (and other similar) using the "isnull" conditions
  • trash / trashAll return the number of deleted bean
  • Repair  Facade :: removeToolBoxByKey  removed Toolbox
  • R :: getRow ()  now returns an array of type
  • R::setAllowFluidTransactions()
  • R :: diff () performance improvement
  • Repair cache against the second FOR-UPDATE SQL query
  • Additional testing unit
  • Improved source code documentation

Details Release Notes:

https://redbeanphp.com/index.php?p=/beta 

Guess you like

Origin www.oschina.net/news/109609/redbeanphp-5-4-beta-1-released