Hi there,

I've got a blogging system that includes an action, in the view controller, that pulls the most recent entries from the database and displays them. However, I also want the most recent posts to be summarized on the index page, as well. Right now I'm repeating a lot of code to get the job done, so I'd like to know if there's a way to call actions, from the blog's view controller, in the index controller.

I don't know if it matters, but I'm using a module layout like:

application/
        config/
        filters/
        ...
        modules/
                blog/
                default/
data/
...

Cheers,
-- Steven

Reply via email to