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

    Hi,

    how do I build a controller that inherits all functions from another controller?

    I've tried extending my base controller simply like this:

    class MultiOfferController extends OfferController
    

    where Offercontroller is a standard controller derived from ApplicationController, but running actions on MultiOfferController doesnt work this way. There's no error messages, neither in the browser nor in the apache-logs.

    Thx for ideas!

    T.

    • CommentAuthorKaste
     

    must be typos somewhere. filename?

    you're running v0.8, not the nightly, do you?

    • CommentAuthortom
     
    Hi Kaste,

    yes, it's V 0.8
    • CommentAuthorKaste
     

    we had somewhen a 'bug' which prevented some error-messages when including or instantiating the controller. so I guessed you're running an old version.