Hi Jamie,
Welcome to the forums!
You're right, most of Rails documentation can work for Akelos. Akelos API is a version of Rails API, so porting docs can be done easily.
Some docs have already been ported from the Ruby on Rails wiki to the Akelos PHP Framework wiki.
Regarding syntax changes, the only place where you can use some similar syntax is in the views, where you can use things like
<%= url_for :controller => 'post' %>
That is made possible by using a templating language named Sintags. Here you have some examples of Sintags Helpers vs. generated PHP code
You can have an idea of Akelos naming conventions by reading the coding guidelines for core developers, although is not an ideal for en users it might be a good start until we get more contributions on the wiki.
BTW, I'm working hard on building a quality Akelos API from the inline documentation.
1 to 3 of 3