Calling Blog from Controller

edited July 2012 in Modules
Currently I'm building multi language blog, but I can't find how to render the blog from the controller, as well how to pass variables.

Comments

  • edited 4:51AM
    The FUEL blog module is rendered by the fuel/modules/blog/controllers/blog.php controller which inherits from the fuel/modules/blog/libraries/Blog_base_controller.php. I'd recommend perhaps looking at those controllers if you haven't already.
Sign In or Register to comment.