Releases: ifacesoft/ice
Releases · ifacesoft/ice
Orm Alpha Release
Many datasource datascheme fixes
Good Release
- Draft mongo
- Optimizations
- fixes
Codeclimate support release
Add codeclimate support
Major release
Many changes:
- Add unit tests
- True Query_Builder (right now very short calls)
- Many fixes and new features
- etc.
Second Minor Release
Multirow insert and update and oters
Preview Release
Ice is a general purpose PHP-framework. You may fully rely on Ice while developing complex
web-applications.
Ice key features are the built-in cache support of the main components,
flexible configuration and the ability to easily extend existing functionality.
Simple install
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar create-project ifacesoft/ice Ice dev-master
$ ./Ice/cli Ice:Module_Create
Good luck!