To create view partials within a Kohana view just use this bit of code..
<?php include(Kohana::find_file('views', 'path/to/partial')); ?>
To create view partials within a Kohana view just use this bit of code..
<?php include(Kohana::find_file('views', 'path/to/partial')); ?>
View::factory(‘path/to/view’); works too.