I've looked at a couple of PHP frameworks, and wanted to work with one that resembles Ruby on Rails. That is where Akelos comes into play :-)
My biggest stumbling block at the moment, is a general guideline of where to make changes to the default layouts and behaviors. A mapping of existing RoR books helps quite a bit.
What tricks & tips would you guys (and girls) recommend? And which tutorial, document, book or site was the most helpful in getting you up to speed?
thanks,
Johan
CommentAuthorKaste
First, I look at the source code and the unit tests.
I'm really into refactoring the unit tests, so there are more readible and reliable. (pending commit to the trunk)
Thanks for the help, I've installed Editam on my local machine, it's looking good! I'm using Radiant CMS for my own blog, so it's easy to compare the two.
I especially like the user role management and the page layout (of the admin section). You've done all the hard work, it's now up to me to integrate those features into my base application.