Akelos Framework v1 forum archive. This forum is no longer maintained. To report bugs please visit https://github.com/akelos/akelos/issues
    • CommentAuthoralake
     

    Ruby has the following construct:

    class Project < ActiveRecord::Base
    end
    

    In Akelos, we express that with

    class Project extends AkActiveRecord {
    }
    

    but what about the "::Base". How is that implemented in Akelos?

    • CommentAuthorreeceer
     
    If you look in the lib directory of the akelos framework code - you will see an AkBaseModel.php file