Releases: jasonweicn/miniframework
Releases · jasonweicn/miniframework
miniframework-0.6.0
- 优化完善了Loader中的loadClass方法。
- Db_Abstract中新增debug方法,用法:$db->debug()->insert('tablename', array('col'=>'val'));。
- 新增数据库的异常控制。
- Router中新增checkRoute方法。
- 框架更名为Mini Framework,缩写依旧为:MF。
- Bugfix
microframework-0.5.0
- Added "insertAll" method of the MySQL library.
- Added "sendHttpStatus" method of the Exceptions.