Akelos Framework v1 forum archive. This forum is no longer maintained. To report bugs please visit https://github.com/akelos/akelos/issues
    • CommentAuthornextstep
     
    I've decided to use Akelos since it follows Ruby on Rails quite closely. Took me a while to get the environment on openSuSE sorted out, but all is working now (Akelos and booklink tutorial).

    Ok, now for some questions:

    1) Is there a text transcript (or summary) available of the screencast? Some rather important techniques are discussed in there, and it would be nice to have those documented somewhere.

    2) If I want to change the default links (such as View, Edit, Delete), what would be the best option in doing that?

    3) Where can I find some more info on deployment (Linux-to-Linux)?

    That's it for now, thanks for a very good framework!
    • CommentAuthorKaste
     

    2) If I want to change the default links (such as View, Edit, Delete), what would be the best option in doing that?

    default helper on scaffold is located @ lib/utils/scaffold/helper.php, if that is what you mean by "default".

    • CommentAuthorKaste
     

    after scaffold you'll get => app/helpers/xyz_helper.php

    • CommentAuthornextstep
     
    Kaste - thanks, so one would edit the source in app/helpers ...
    • CommentAuthorKaste
     

    ye..yeah

    Ive mentioned lib/utils/scaffold/helper.php because you can change something there, generate 10 controllers, and ... of course doesnt have to change 10 app/helpers afterwards.

    right.