Downloads
Contents
May 1, 2010
Its features are:
- improved code generator
- persistent collections API: one-to-many and many-to-many associations worker
- optimized persistent object assembler
Phoebius v1.0.x branch is now deprecated and won't be supported in future.
Samples and usage examples
A phoebius.org is written completely at Phoebius. We believe, that the best documentation is the successful production-ready application, so you may visit download the latest sources of this website to see the framework in action.
Basic example on how to build ab AJAX-integrated web service. This example is an implementation of a simple directory browser with ability to be authorized and create more directories via AJAX (jQuery is used as a client-side library).
Another good way to learn the concepts of the framework quickly is to get the stub for the typical application which offers a unified directory structure and provides various bootstrapping scripts. It also contains a few examples on how to define the project domain, query and pass ORM-related entities, and use them inside MVC stack.
Public repositories
Phoebius online repository is also availble at gitweb:
git.phoebius.org
Phoebius development repository is also available via readonly git protocol: git://git.phoebius.org/phoebius.git
