View Partials In Kohana 3

To create view partials within a Kohana view just use this bit of code..

<?php include(Kohana::find_file('views', 'path/to/partial')); ?>

One Comment on "View Partials In Kohana 3"

  1. View::factory(‘path/to/view’); works too.

Got something to say? Go for it!