Rabbit is not an MVC framework.
Can use MySQL or any other database system.
Requirements:
· PHP 5.2 or higher
Limitations:
· This is a pre-alpha release.
What's New in This Release: [ read full changelog ]
Active record:
· Added FindByIds() function in the base Finder class. (abresas)
· Added the ability for custom collections. (abresas)
· Added generalized relations copying in base Satori class. (abresas)
· Added relation preloading ability in collections. (abresas)
· Added collection to array function. (abresas)
· Optimization: Added the ability to not load libraries of Satori relations if the relations are not used.
Helpers:
· Bugfix: Email() function did not always display From field correctly.
Water:
· Centralized debugging is now possible.
Others:
· Bugfix: Made memcache optional by default. It previously required you to specify a memcache server, or explicitly define as optional.
· Optimization: Removed a lot of libraries that were loaded by default. They can now be loaded optionally.