Skip to content

Releases: jasonweicn/miniframework

miniframework-0.6.0

08 Feb 16:40
Compare
Choose a tag to compare
  • 优化完善了Loader中的loadClass方法。
  • Db_Abstract中新增debug方法,用法:$db->debug()->insert('tablename', array('col'=>'val'));。
  • 新增数据库的异常控制。
  • Router中新增checkRoute方法。
  • 框架更名为Mini Framework,缩写依旧为:MF。
  • Bugfix

microframework-0.5.0

02 Feb 07:46
Compare
Choose a tag to compare
  • Added "insertAll" method of the MySQL library.
  • Added "sendHttpStatus" method of the Exceptions.